]> 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 12d09cbecaf1bccc0740e3cea1ce14177dcfdb35..cc909690775d6ec3940022cd4fe187cac675c1ad 100644 (file)
@@ -1,16 +1,20 @@
-# $Id: Makefile.in,v 1.5 2001/07/18 12:54:06 stelian Exp $
+# $Id: Makefile.in,v 1.10 2003/05/08 21:11:39 stelian Exp $
 
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
+top_builddir=  ../..
 
 @MCONFIG@
 
 INC=           -I$(top_srcdir)/compat/include
-CFLAGS=                @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
-SRCS=          compaterr.c fstab.c compatglob.c bylabel.c system.c
-OBJS=          compaterr.o fstab.o compatglob.o bylabel.o system.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)