File: Makefile.in

package info (click to toggle)
dump 0.4b41-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,416 kB
  • ctags: 1,987
  • sloc: ansic: 17,610; sh: 3,185; makefile: 210; sed: 5
file content (33 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (6)
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
27
28
29
30
31
32
33
# $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $

top_srcdir=	@top_srcdir@
srcdir=		@srcdir@
top_builddir=	..

@MCONFIG@

INC=		-I$(top_srcdir)/dump
ALL_CFLAGS=	@CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
ALL_LDFLAGS=	@LDFLAGS@ @LDOPTS@ @STATIC@
SRCS=		dumprmt.c
OBJS=		dumprmt.o

.c.o:
	$(CC) -c $(ALL_CFLAGS) $< -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
#