]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Let the user give the dumpdates path as an argument to dump (-D)
[dump.git] / compat / lib / Makefile.in
CommitLineData
1a886de8 1# $Id: Makefile.in,v 1.7 2002/12/12 11:49:35 stelian Exp $
ec387a12 2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5
6@MCONFIG@
7
8INC= -I$(top_srcdir)/compat/include
ddd2ef55 9CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
1a886de8
SP
10SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c
11OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o
1227625a
SP
12LIB= libcompat.a
13
14all:: $(LIB)
15
16$(LIB): $(OBJS)
17 $(AR) r $(LIB) $(OBJS)
18 $(RANLIB) $(LIB)
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