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