]> git.wh0rd.org - dump.git/blobdiff - compat/lib/Makefile.in
Be sure the di_size in a map header has the correct value.
[dump.git] / compat / lib / Makefile.in
index 80c32dc97ffc13cb399a0b851a5b453e408cbb04..cc909690775d6ec3940022cd4fe187cac675c1ad 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.8 2003/01/24 11:01:48 stelian Exp $
+# $Id: Makefile.in,v 1.10 2003/05/08 21:11:39 stelian Exp $
 
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
@@ -7,11 +7,14 @@ top_builddir= ../..
 @MCONFIG@
 
 INC=           -I$(top_srcdir)/compat/include
-CFLAGS=                @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
-SRCS=          compaterr.c compatglob.c bylabel.c system.c rmtflags.c
-OBJS=          compaterr.o compatglob.o bylabel.o system.o rmtflags.o
+ALL_CFLAGS=    @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
+SRCS=          compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c
+OBJS=          compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o
 LIB=           libcompat.a
 
+.c.o:
+       $(CC) -c $(ALL_CFLAGS) $< -o $@
+
 all::          $(LIB)
 
 $(LIB):                $(OBJS)