]> git.wh0rd.org - dump.git/blame_incremental - compat/lib/Makefile.in
Added LZO compression.
[dump.git] / compat / lib / Makefile.in
... / ...
CommitLineData
1# $Id: Makefile.in,v 1.9 2003/03/31 09:42:57 stelian Exp $
2
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5top_builddir= ../..
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/compat/include
10CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
11SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c
12OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o
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