File: Makefile.in

package info (click to toggle)
dump 0.4b9-0slink1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 696 kB
  • ctags: 882
  • sloc: ansic: 9,180; sh: 1,802; makefile: 195; sed: 5
file content (23 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
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 compat/include 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
#