jw-pkg/make/tools.mk
Jan Lindemann 46c67d77fc $(TOPDIR), make: Initial commit
After making most modules independent from the Hamlet tree, place
Makefiles in a central location for more centralized control over the
build process.
2001-07-06 13:12:14 +00:00

10 lines
255 B
Makefile

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(TOPDIR)/make/defs.mk
ALL = $(LIBDIR) $(PREREQ_DONE) $(INST_HDRS) $(MEMBERS)
include $(TOPDIR)/make/rules.mk
clean: objclean textclean localclean
install: $(ALL)