]> git.wh0rd.org - dump.git/blobdiff - common/Makefile.in
More improvements from Aaron S. Hawley <ashawley@sourceforge.net>
[dump.git] / common / Makefile.in
index d6a33484466b2fdd256cb14e1e58091a75222787..80ea04d401c20e358a7cc36c85d5fa1aa4a6fff1 100644 (file)
@@ -1,13 +1,20 @@
+# $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
+top_builddir=  ..
 
 @MCONFIG@
 
 INC=           -I$(top_srcdir)/dump
-CFLAGS=                @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
+ALL_CFLAGS=    @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
+ALL_LDFLAGS=   @LDFLAGS@ @LDOPTS@ @STATIC@
 SRCS=          dumprmt.c
 OBJS=          dumprmt.o
 
+.c.o:
+       $(CC) -c $(ALL_CFLAGS) $< -o $@
+
 all::          $(OBJS)
 
 install::