]> git.wh0rd.org - dump.git/blame - common/Makefile.in
Force restore -C to imply -N
[dump.git] / common / Makefile.in
CommitLineData
008af419 1# $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $
ec387a12 2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
1daf06b9 5top_builddir= ..
1227625a
SP
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/dump
008af419
SP
10ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
11ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@
1227625a
SP
12SRCS= dumprmt.c
13OBJS= dumprmt.o
14
008af419
SP
15.c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
1227625a
SP
18all:: $(OBJS)
19
20install::
21
22clean::
23 $(RM) -f \#* *.s *.o *.a *~ core
24
25distclean:: clean
26 $(RM) -f Makefile Makefile.old .depend
27
28# +++ Dependency line eater +++
29#
30# Makefile dependencies follow. This must be the last section in
31# the Makefile.in file
32#
33