2005-06-17 11:38:19 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2001 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/defs.mk
|
|
|
|
|
include $(JWBDIR)/make/rules.mk
|
2005-06-17 11:38:19 +00:00
|
|
|
distclean: textclean localclean
|
|
|
|
|
clean: textclean localclean
|
|
|
|
|
install: # nothing to be done
|
|
|
|
|
all: # nothing to be done
|
|
|
|
|
profclean:
|