# $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 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:: clean:: $(RM) -f \#* *.s *.o *.a *~ core distclean:: clean $(RM) -f Makefile Makefile.old .depend # +++ Dependency line eater +++ # # Makefile dependencies follow. This must be the last section in # the Makefile.in file #