summaryrefslogtreecommitdiffstats
path: root/depend.txr
diff options
context:
space:
mode:
Diffstat (limited to 'depend.txr')
-rw-r--r--depend.txr25
1 files changed, 0 insertions, 25 deletions
diff --git a/depend.txr b/depend.txr
deleted file mode 100644
index 120ab1bd..00000000
--- a/depend.txr
+++ /dev/null
@@ -1,25 +0,0 @@
-@(next :args)
-@(collect)
-@(cases)
-@conf/@dir/@file.o
-@(bind pfx `@conf/@dir`)
-@(or)
-@conf/@file.o
-@(bind dir ".")
-@(bind pfx conf)
-@(end)
-@(next `@dir/@file.c`)
-@(collect)
-#include "@hdr"
-@(cases)
-@(bind hdr ("y.tab.h" "config.h"))
-@(bind header hdr)
-@(or)
-@(bind header `$(top_srcdir)/@dir/@hdr`)
-@(end)
-@(end)
-@(output)
-DEP_@pfx/@file.o :=@(rep) @header@(end) config.make
-@pfx/@file.o: $(DEP_@pfx/@file.o)
-@(end)
-@(end)