]> git.wh0rd.org Git - dump.git/blob - common/Makefile.in
Fixed labels exactly 16 bytes in length.
[dump.git] / common / Makefile.in
1 # $Id: Makefile.in,v 1.4 2003/01/24 11:01:48 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 CFLAGS=         @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
11 SRCS=           dumprmt.c
12 OBJS=           dumprmt.o
13
14 all::           $(OBJS)
15
16 install::
17
18 clean::
19         $(RM) -f \#* *.s *.o *.a *~ core
20
21 distclean::     clean
22         $(RM) -f Makefile Makefile.old .depend
23
24 # +++ Dependency line eater +++
25
26 # Makefile dependencies follow.  This must be the last section in
27 # the Makefile.in file
28 #
29