mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bda37095ca
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
13 lines
262 B
Text
13 lines
262 B
Text
DISTCLEANFILES = $(srcdir)/callback.h
|
|
|
|
cfunc.o: cfunc.c dl.h
|
|
|
|
cptr.o: cptr.c dl.h
|
|
|
|
handle.o: handle.c dl.h
|
|
|
|
dl.o: dl.c dl.h callback.h
|
|
|
|
callback.h: $(srcdir)/mkcallback.rb dl.h
|
|
@echo "generating callback.h"
|
|
@$(RUBY) $(srcdir)/mkcallback.rb $(srcdir)/dl.h > $@
|