]> git.wh0rd.org - dump.git/blame - compat/include/Makefile.in
Version 0.4b7.
[dump.git] / compat / include / Makefile.in
CommitLineData
8d4197bb
SP
1top_srcdir= @top_srcdir@
2srcdir= @srcdir@
3
4@MCONFIG@
5
6all:: pathnames.h
7
8pathnames.h: pathnames.h.in
9 sed -e "s|__DUMPDATES__|$(DUMPDATESPATH)|g" $< > $@
10
11install::
12
13clean::
14 $(RM) -f \#* *~ core pathnames.h
15
16distclean:: 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