]> git.wh0rd.org - dump.git/blame_incremental - common/Makefile.in
Encryption (and compression as plugins) support.
[dump.git] / common / Makefile.in
... / ...
CommitLineData
1# $Id: Makefile.in,v 1.6 2011/06/10 13:07:29 stelian Exp $
2
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5top_builddir= ..
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/dump -I$(top_srcdir)/common
10ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
11ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@
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
14
15.c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
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