]> git.wh0rd.org - dump.git/blame - common/Makefile.in
Relicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley...
[dump.git] / common / Makefile.in
CommitLineData
1daf06b9 1# $Id: Makefile.in,v 1.4 2003/01/24 11:01:48 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
ddd2ef55 10CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
1227625a
SP
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