summaryrefslogtreecommitdiff
path: root/trunk/ext/dl/depend
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/dl/depend')
-rw-r--r--trunk/ext/dl/depend11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/ext/dl/depend b/trunk/ext/dl/depend
new file mode 100644
index 0000000000..fe89a9fae3
--- /dev/null
+++ b/trunk/ext/dl/depend
@@ -0,0 +1,11 @@
+cfunc.o: cfunc.c dl.h $(hdrdir)/ruby.h
+
+cptr.o: cptr.c dl.h $(hdrdir)/ruby.h $(hdrdir)/io.h
+
+handle.o: handle.c dl.h $(hdrdir)/ruby.h
+
+dl.o: dl.c dl.h callback.h $(hdrdir)/ruby.h $(hdrdir)/io.h
+
+callback.h: $(srcdir)/mkcallback.rb dl.h
+ @echo "generating callback.h"
+ @$(RUBY) $(srcdir)/mkcallback.rb $(srcdir)/dl.h > $@