]> git.wh0rd.org - dump.git/blame - common/Makefile.in
Encryption (and compression as plugins) support.
[dump.git] / common / Makefile.in
CommitLineData
e3956dfb 1# $Id: Makefile.in,v 1.6 2011/06/10 13:07:29 stelian Exp $
ec387a12 2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
1daf06b9 5top_builddir= ..
1227625a
SP
6
7@MCONFIG@
8
e3956dfb 9INC= -I$(top_srcdir)/dump -I$(top_srcdir)/common
008af419
SP
10ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
11ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@
e3956dfb
SP
12SRCS= dumprmt.c transformation_null.c transformation_lzo.c transformation_zlib.c transformation_bzlib.c transformation_ssl.c
13OBJS= dumprmt.o transformation_null.o transformation_lzo.o transformation_zlib.o transformation_bzlib.o transformation_ssl.o
1227625a 14
008af419
SP
15.c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
1227625a
SP
18all:: $(OBJS)
19
20install::
21
22clean::
23 $(RM) -f \#* *.s *.o *.a *~ core
24
25distclean:: clean
26 $(RM) -f Makefile Makefile.old .depend
27
28# +++ Dependency line eater +++
29#
30# Makefile dependencies follow. This must be the last section in
31# the Makefile.in file
32#
33