jw-pkg/make/dirs.mk

28 lines
430 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)
2002-07-25 10:39:55 +00:00
install clean:
rm -rf $(TEXTCLEAN) $(CLEAN) dist *.done *~ .*.swp *.tmp core *.rep
$(make_subdirs_target)
distclean: rmdistclean clean
rmdistclean:
2002-07-25 10:39:55 +00:00
rm -rf $(DISTCLEAN)
.DEFAULT:
$(make_subdirs_target)
endif