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
|
2002-07-20 10:26:53 +00:00
|
|
|
subdirs all:
|
2001-07-06 13:12:14 +00:00
|
|
|
$(make_subdirs)
|
|
|
|
|
|
2002-07-20 17:52:50 +00:00
|
|
|
install clean distclean:
|
2002-07-19 20:28:58 +00:00
|
|
|
rm -rf $(TEXTCLEAN) $(CLEAN) $(DISTCLEAN) dist *.done *~ .*.swp *.tmp core *.rep
|
2001-07-06 13:12:14 +00:00
|
|
|
$(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
|