]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Relicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley...
[dump.git] / compat / lib / Makefile.in
CommitLineData
1daf06b9 1# $Id: Makefile.in,v 1.8 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)/compat/include
ddd2ef55 10CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
1a886de8
SP
11SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c
12OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o
1227625a
SP
13LIB= libcompat.a
14
15all:: $(LIB)
16
17$(LIB): $(OBJS)
18 $(AR) r $(LIB) $(OBJS)
19 $(RANLIB) $(LIB)
20
21install::
22
23clean::
24 $(RM) -f \#* *.s *.o *.a *~ core
25
26distclean:: clean
27 $(RM) -f Makefile Makefile.old .depend
28
29# +++ Dependency line eater +++
30#
31# Makefile dependencies follow. This must be the last section in
32# the Makefile.in file
33#
34