]> git.wh0rd.org - dump.git/blame_incremental - common/Makefile.in
Fix a problem in restore where the final \0 in the symbolic
[dump.git] / common / Makefile.in
... / ...
CommitLineData
1# $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $
2
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5top_builddir= ..
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/dump
10ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
11ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@
12SRCS= dumprmt.c
13OBJS= dumprmt.o
14
15.c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
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