]> git.wh0rd.org - dump.git/blob - common/Makefile.in
Initial revision
[dump.git] / common / Makefile.in
1 top_srcdir= @top_srcdir@
2 srcdir= @srcdir@
3
4 @MCONFIG@
5
6 INC= -I$(top_srcdir)/dump
7 CFLAGS= @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
8 SRCS= dumprmt.c
9 OBJS= dumprmt.o
10
11 all:: $(OBJS)
12
13 install::
14
15 clean::
16 $(RM) -f \#* *.s *.o *.a *~ core
17
18 distclean:: clean
19 $(RM) -f Makefile Makefile.old .depend
20
21 # +++ Dependency line eater +++
22 #
23 # Makefile dependencies follow. This must be the last section in
24 # the Makefile.in file
25 #
26