X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=cc909690775d6ec3940022cd4fe187cac675c1ad;hb=9c07a116ba53b31ac0efd178e5a737fd0584fe14;hp=ee6e26b9b267bb10e2fceae32fe1e95df50d0bb5;hpb=206f768c7a7a4bca1c4acc3c686d55578c0cb919;p=dump.git diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index ee6e26b..cc90969 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.9 2003/03/31 09:42:57 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) +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)