]> git.wh0rd.org - dump.git/blame_incremental - common/Makefile.in
Relicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley...
[dump.git] / common / Makefile.in
... / ...
CommitLineData
1# $Id: Makefile.in,v 1.4 2003/01/24 11:01:48 stelian Exp $
2
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5top_builddir= ..
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/dump
10CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
11SRCS= dumprmt.c
12OBJS= dumprmt.o
13
14all:: $(OBJS)
15
16install::
17
18clean::
19 $(RM) -f \#* *.s *.o *.a *~ core
20
21distclean:: clean
22 $(RM) -f Makefile Makefile.old .depend
23
24# +++ Dependency line eater +++
25#
26# Makefile dependencies follow. This must be the last section in
27# the Makefile.in file
28#
29