summaryrefslogtreecommitdiffstats
path: root/depend.txr
blob: 61dfcec3b9e3843d41b2608cd8d6880ebd622a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@(next :args)
@(collect)
@file.o
@(next `@file.c`)
@(collect)
#include "@hdr"
@(cases)
@(bind hdr ("y.tab.h" "config.h"))
@(bind header hdr)
@(or)
@(bind header `$(top_srcdir)/@hdr`)
@(end)
@(end)
@(output)
@file.o:@(rep) @header@(end)
@(end)
@(end)