SHELL=/bin/sh
+DIRS=src
+
#if DIRS are defind make only executes in these diretories
all::
@if test "x$(DIRS)" = x; then \
install::
@echo "entering directory src for installing"
@cd src; ${MAKE} install
- @echo "entering directory utils for installing"
- @cd utils; ${MAKE} install
+# @echo "entering directory utils for installing"
+# @cd utils; ${MAKE} install
# the following ones recreate all Makefiles.