"Fossies" - the Fresh Open Source Software archive

Member "dump-0.4b44/Makefile.in" of archive dump-0.4b44.tar.gz:


srcdir=		@srcdir@
top_srcdir=	@top_srcdir@
top_builddir=	.

@MCONFIG@

RM=		@RM@
SUBDIRS=	compat/lib compat/include common dump restore @RMTDIR@

all clean install dep depend realclean distclean::
	for i in $(SUBDIRS); do \
		(cd $$i && $(MAKE) $@) || exit 1; \
	done

distclean::
	$(RM) -f config.status config.log config.cache
	$(RM) -f MCONFIG Makefile config.h

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#