# Generated automatically from Makefile.in by configure.
# DBOX global Makefile
# nothing to adjust here - edit config instead
include config
DIRS = unixlib spool libdbox dkimap4 dkpop3 movemail
all: libdbox_all unixlib_all $(patsubst %, %_all, $(DIRS))
$(patsubst %, %_all, $(DIRS)):
##
## Entering $(patsubst %_all, %, $@)
##
$(MAKE) -C $(patsubst %_all, %, $@) $(MAKEARGS)
clean: $(patsubst %, %_clean, $(DIRS))
rm -f `find ./ -name \*~`
rm -f config.cache config.status config.log
$(MAKE) -C libdbox $(MAKEARGS) dboxversion.h
$(patsubst %, %_clean, $(DIRS)):
##
## Entering $(patsubst %_clean, %, $@)
##
$(MAKE) -C $(patsubst %_clean, %, $@) $(MAKEARGS) clean
dep: $(patsubst %, %_dep, $(DIRS))
$(patsubst %, %_dep, $(DIRS)):
##
## Entering $(patsubst %_dep, %, $@)
##
$(MAKE) -C $(patsubst %_dep, %, $@) $(MAKEARGS) dep
distclean: clean $(patsubst %, %_distclean, $(DIRS))
rm -f config.cache config.status config.log config Makefile
rm -Rf CVS
$(patsubst %, %_distclean, $(DIRS)):
##
## Entering $(patsubst %_distclean, %, $@)
##
$(MAKE) -C $(patsubst %_distclean, %, $@) $(MAKEARGS) distclean
syntax highlighted by Code2HTML, v. 0.9.1