]> git.wh0rd.org - dump.git/blob - common/Makefile.in
Better comparision (including directories).
[dump.git] / common / Makefile.in
1 # $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $
2
3 top_srcdir= @top_srcdir@
4 srcdir= @srcdir@
5 top_builddir= ..
6
7 @MCONFIG@
8
9 INC= -I$(top_srcdir)/dump
10 ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
11 ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@
12 SRCS= dumprmt.c
13 OBJS= dumprmt.o
14
15 .c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
18 all:: $(OBJS)
19
20 install::
21
22 clean::
23 $(RM) -f \#* *.s *.o *.a *~ core
24
25 distclean:: 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