]> git.wh0rd.org - dump.git/blob - Makefile.in
Added CVS Id.
[dump.git] / Makefile.in
1 # $Id: Makefile.in,v 1.3 1999/10/11 13:31:03 stelian Exp $
2 srcdir= @srcdir@
3 top_srcdir= @top_srcdir@
4
5 @MCONFIG@
6
7 RM= @RM@
8 SUBDIRS= compat/lib compat/include common dump restore @RMTDIR@
9
10 all clean install dep depend realclean distclean::
11 for i in $(SUBDIRS); do \
12 (cd $$i && $(MAKE) $@) || exit 1; \
13 done
14
15 distclean::
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