jw-pkg/make/dirs.mk
2001-11-04 22:08:52 +00:00

29 lines
354 B
Makefile

# 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 distclean:
ifdef SUBDIRS
else
rm -rf $(TEXTCLEAN) $(CLEAN)
$(make_subdirs_target)
endif
.DEFAULT:
ifdef SUBDIRS
else
$(make_subdirs_target)
endif
ifdef SUBDIRS
install:
endif