X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=common%2FMakefile.in;h=2c03400d9a9e1c4248f070c2731250a14c961339;hp=d6a33484466b2fdd256cb14e1e58091a75222787;hb=e3956dfb7715a21919aa66dd4209a2dc1c3c82da;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/common/Makefile.in b/common/Makefile.in index d6a3348..2c03400 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -1,12 +1,19 @@ +# $Id: Makefile.in,v 1.6 2011/06/10 13:07:29 stelian Exp $ + top_srcdir= @top_srcdir@ srcdir= @srcdir@ +top_builddir= .. @MCONFIG@ -INC= -I$(top_srcdir)/dump -CFLAGS= @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS) -SRCS= dumprmt.c -OBJS= dumprmt.o +INC= -I$(top_srcdir)/dump -I$(top_srcdir)/common +ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@ +ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@ +SRCS= dumprmt.c transformation_null.c transformation_lzo.c transformation_zlib.c transformation_bzlib.c transformation_ssl.c +OBJS= dumprmt.o transformation_null.o transformation_lzo.o transformation_zlib.o transformation_bzlib.o transformation_ssl.o + +.c.o: + $(CC) -c $(ALL_CFLAGS) $< -o $@ all:: $(OBJS)