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 (23 lines) | stat: -rw-r--r-- 462 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
srcdir=		@srcdir@
top_srcdir=	@top_srcdir@

@MCONFIG@

RM=		@RM@
SUBDIRS=	compat/lib common dump restore @RMTDIR@

all clean install dep depend realclean distclean::
	for i in $(SUBDIRS); do \
		(cd $$i && $(MAKE) $@) || exit 1; \
	done

distclean::
	$(RM) -f config.status config.log config.cache
	$(RM) -f MCONFIG Makefile config.h

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#