File: Makefile.in

package info (click to toggle)
dump 0.4b4-10
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 676 kB
  • ctags: 910
  • sloc: ansic: 9,077; sh: 1,384; makefile: 219; sed: 5
file content (26 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
top_srcdir=	@top_srcdir@
srcdir=		@srcdir@

@MCONFIG@

INC=		-I$(top_srcdir)/dump
CFLAGS=		@CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
SRCS=		dumprmt.c
OBJS=		dumprmt.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
#