]> git.wh0rd.org - dump.git/blame - common/Makefile.in
Let the user give the dumpdates path as an argument to dump (-D)
[dump.git] / common / Makefile.in
CommitLineData
ec387a12
SP
1# $Id: Makefile.in,v 1.3 1999/10/11 13:31:08 stelian Exp $
2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5
6@MCONFIG@
7
8INC= -I$(top_srcdir)/dump
ddd2ef55 9CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
1227625a
SP
10SRCS= dumprmt.c
11OBJS= dumprmt.o
12
13all:: $(OBJS)
14
15install::
16
17clean::
18 $(RM) -f \#* *.s *.o *.a *~ core
19
20distclean:: clean
21 $(RM) -f Makefile Makefile.old .depend
22
23# +++ Dependency line eater +++
24#
25# Makefile dependencies follow. This must be the last section in
26# the Makefile.in file
27#
28