]> git.wh0rd.org - dump.git/blob - compat/include/Makefile.in
9c2e02bbf79be368b0ba321a5295db47cef72f6e
[dump.git] / compat / include / Makefile.in
1 top_srcdir= @top_srcdir@
2 srcdir= @srcdir@
3
4 @MCONFIG@
5
6 all:: pathnames.h
7
8 pathnames.h: pathnames.h.in
9 sed -e "s|__DUMPDATES__|$(DUMPDATESPATH)|g" $< > $@
10
11 install::
12
13 clean::
14 $(RM) -f \#* *~ core pathnames.h
15
16 distclean:: clean
17 $(RM) -f Makefile Makefile.old .depend
18
19 # +++ Dependency line eater +++
20 #
21 # Makefile dependencies follow. This must be the last section in
22 # the Makefile.in file
23 #
24