X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=common%2FMakefile.in;h=80ea04d401c20e358a7cc36c85d5fa1aa4a6fff1;hp=d6a33484466b2fdd256cb14e1e58091a75222787;hb=7d422735f62ce24de9bc9c9d5033745660a85756;hpb=1227625a12a66e0ded78a1997c2d23f23202a382 diff --git a/common/Makefile.in b/common/Makefile.in index d6a3348..80ea04d 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -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::