]> git.wh0rd.org - dump.git/blame - Makefile.in
Troff syntax fixes in the man pages.
[dump.git] / Makefile.in
CommitLineData
1227625a
SP
1srcdir= @srcdir@
2top_srcdir= @top_srcdir@
1daf06b9 3top_builddir= .
1227625a
SP
4
5@MCONFIG@
6
7RM= @RM@
8d4197bb 8SUBDIRS= compat/lib compat/include common dump restore @RMTDIR@
1227625a
SP
9
10all clean install dep depend realclean distclean::
11 for i in $(SUBDIRS); do \
12 (cd $$i && $(MAKE) $@) || exit 1; \
13 done
14
15distclean::
16 $(RM) -f config.status config.log config.cache
17 $(RM) -f MCONFIG Makefile config.h
18
19# +++ Dependency line eater +++
20#
21# Makefile dependencies follow. This must be the last section in
22# the Makefile.in file
23#
24