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