]> git.wh0rd.org - dump.git/blame - Makefile.in
Fix maps overflow in restore when doing incremental restores (and MAXINO becomes...
[dump.git] / Makefile.in
CommitLineData
1227625a
SP
1srcdir= @srcdir@
2top_srcdir= @top_srcdir@
3
4@MCONFIG@
5
6RM= @RM@
8d4197bb 7SUBDIRS= compat/lib compat/include common dump restore @RMTDIR@
1227625a
SP
8
9all clean install dep depend realclean distclean::
10 for i in $(SUBDIRS); do \
11 (cd $$i && $(MAKE) $@) || exit 1; \
12 done
13
14distclean::
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