# generic utility modules # (c) 2001 jannet it services # contact@jannet.de # $Id$ include $(MODDIR)/make/defs.mk subdirs: ifdef SUBDIRS else $(make_subdirs) endif clean: ifdef SUBDIRS else rm -rf $(TEXTCLEAN) $(CLEAN) $(make_subdirs_target) endif .DEFAULT: ifdef SUBDIRS else $(make_subdirs_target) endif ifdef SUBDIRS install: endif