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-10-29 17:10:45 +00:00
|
|
|
subdirs:
|
|
|
|
|
ifdef SUBDIRS
|
|
|
|
|
else
|
2001-07-06 13:12:14 +00:00
|
|
|
$(make_subdirs)
|
2001-10-29 17:10:45 +00:00
|
|
|
endif
|
2001-07-06 13:12:14 +00:00
|
|
|
|
|
|
|
|
clean:
|
2001-10-29 17:10:45 +00:00
|
|
|
ifdef SUBDIRS
|
|
|
|
|
else
|
2001-07-06 13:12:14 +00:00
|
|
|
rm -rf $(TEXTCLEAN) $(CLEAN)
|
|
|
|
|
$(make_subdirs_target)
|
2001-10-29 17:10:45 +00:00
|
|
|
endif
|
2001-07-06 13:12:14 +00:00
|
|
|
|
|
|
|
|
.DEFAULT:
|
2001-10-29 17:10:45 +00:00
|
|
|
ifdef SUBDIRS
|
|
|
|
|
else
|
2001-07-06 13:12:14 +00:00
|
|
|
$(make_subdirs_target)
|
2001-10-29 17:10:45 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
ifdef SUBDIRS
|
|
|
|
|
install:
|
|
|
|
|
endif
|