]> git.wh0rd.org - dump.git/blame_incremental - Makefile.in
Added CVS Id.
[dump.git] / Makefile.in
... / ...
CommitLineData
1# $Id: Makefile.in,v 1.3 1999/10/11 13:31:03 stelian Exp $
2srcdir= @srcdir@
3top_srcdir= @top_srcdir@
4
5@MCONFIG@
6
7RM= @RM@
8SUBDIRS= compat/lib compat/include common dump restore @RMTDIR@
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