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