]> git.wh0rd.org - dump.git/blob - compat/lib/Makefile.in
Added LZO compression.
[dump.git] / compat / lib / Makefile.in
1 # $Id: Makefile.in,v 1.9 2003/03/31 09:42:57 stelian Exp $
2
3 top_srcdir= @top_srcdir@
4 srcdir= @srcdir@
5 top_builddir= ../..
6
7 @MCONFIG@
8
9 INC= -I$(top_srcdir)/compat/include
10 CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
11 SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c
12 OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o
13 LIB= libcompat.a
14
15 all:: $(LIB)
16
17 $(LIB): $(OBJS)
18 $(AR) r $(LIB) $(OBJS)
19 $(RANLIB) $(LIB)
20
21 install::
22
23 clean::
24 $(RM) -f \#* *.s *.o *.a *~ core
25
26 distclean:: 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