]> git.wh0rd.org - dump.git/blame - common/Makefile.in
Initial revision
[dump.git] / common / Makefile.in
CommitLineData
1227625a
SP
1top_srcdir= @top_srcdir@
2srcdir= @srcdir@
3
4@MCONFIG@
5
6INC= -I$(top_srcdir)/dump
7CFLAGS= @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
8SRCS= dumprmt.c
9OBJS= dumprmt.o
10
11all:: $(OBJS)
12
13install::
14
15clean::
16 $(RM) -f \#* *.s *.o *.a *~ core
17
18distclean:: 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