jw-pkg/make/dirs.mk

27 lines
426 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
2002-07-20 10:26:53 +00:00
subdirs all:
$(make_subdirs)
install clean distclean:
2002-07-19 20:28:58 +00:00
rm -rf $(TEXTCLEAN) $(CLEAN) $(DISTCLEAN) dist *.done *~ .*.swp *.tmp core *.rep
$(make_subdirs_target)
.DEFAULT:
$(make_subdirs_target)
2001-11-06 07:50:14 +00:00
#
#install:
# $(make_subdirs_target)
endif