File: Makefile.in

package info (click to toggle)
dump 0.4b44-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,464 kB
  • ctags: 2,043
  • sloc: ansic: 17,861; sh: 3,417; makefile: 186; sed: 5
file content (24 lines) | stat: -rw-r--r-- 493 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
srcdir=		@srcdir@
top_srcdir=	@top_srcdir@
top_builddir=	.

@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
#