note change in package source format in changelog
[debian/dump] / Makefile.in
1 srcdir=         @srcdir@
2 top_srcdir=     @top_srcdir@
3 top_builddir=   .
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