]> git.wh0rd.org - dump.git/blobdiff - common/Makefile.in
Encryption (and compression as plugins) support.
[dump.git] / common / Makefile.in
index d6a33484466b2fdd256cb14e1e58091a75222787..2c03400d9a9e1c4248f070c2731250a14c961339 100644 (file)
@@ -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)