X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=cc909690775d6ec3940022cd4fe187cac675c1ad;hp=8703e4a5deed06c137b175d482ffc24dec121581;hb=dba36a3e9b1fb9e7c207ab8b5f7cb7f502867780;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052 diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index 8703e4a..cc90969 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,14 +1,20 @@ +# $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 -OBJS= compaterr.o fstab.o compatglob.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)