2001-07-06 13:12:14 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2001 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
2001-07-27 22:02:40 +00:00
|
|
|
include $(MODDIR)/make/defs.mk
|
2001-07-06 13:12:14 +00:00
|
|
|
|
2001-11-06 07:50:14 +00:00
|
|
|
ifndef SUBDIRS
|
2002-02-20 17:21:59 +00:00
|
|
|
all:
|
2001-10-29 17:10:45 +00:00
|
|
|
subdirs:
|
2001-11-06 07:50:14 +00:00
|
|
|
clean distclean:
|
|
|
|
|
.DEFAULT:
|
|
|
|
|
install:
|
2001-10-29 17:10:45 +00:00
|
|
|
else
|
2001-11-06 07:50:14 +00:00
|
|
|
subdirs:
|
2001-07-06 13:12:14 +00:00
|
|
|
$(make_subdirs)
|
|
|
|
|
|
2001-11-04 22:08:52 +00:00
|
|
|
clean distclean:
|
2001-07-06 13:12:14 +00:00
|
|
|
rm -rf $(TEXTCLEAN) $(CLEAN)
|
|
|
|
|
$(make_subdirs_target)
|
|
|
|
|
|
|
|
|
|
.DEFAULT:
|
|
|
|
|
$(make_subdirs_target)
|
2001-11-06 07:50:14 +00:00
|
|
|
#
|
|
|
|
|
#install:
|
|
|
|
|
# $(make_subdirs_target)
|
2001-10-29 17:10:45 +00:00
|
|
|
endif
|