jw-pkg/make/dirs.mk
2002-07-20 10:26:53 +00:00

27 lines
418 B
Makefile

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
ifndef SUBDIRS
all:
subdirs:
clean distclean:
.DEFAULT:
install:
else
subdirs all:
$(make_subdirs)
clean distclean:
rm -rf $(TEXTCLEAN) $(CLEAN) $(DISTCLEAN) dist *.done *~ .*.swp *.tmp core *.rep
$(make_subdirs_target)
.DEFAULT:
$(make_subdirs_target)
#
#install:
# $(make_subdirs_target)
endif