jw-pkg/make/dirs.mk

27 lines
362 B
Makefile
Raw Normal View History

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
2001-11-06 07:50:14 +00:00
ifndef SUBDIRS
all:
subdirs:
2001-11-06 07:50:14 +00:00
clean distclean:
.DEFAULT:
install:
else
2001-11-06 07:50:14 +00:00
subdirs:
$(make_subdirs)
2001-11-04 22:08:52 +00:00
clean distclean:
rm -rf $(TEXTCLEAN) $(CLEAN)
$(make_subdirs_target)
.DEFAULT:
$(make_subdirs_target)
2001-11-06 07:50:14 +00:00
#
#install:
# $(make_subdirs_target)
endif