summaryrefslogtreecommitdiffstats
path: root/depend.txr
blob: 9b5e568bf980a9719734770cd20ff08b6c8f85e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@(next)$.
@(collect)
@file.c
@(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)