@echo "entering directory user building all"
@cd user; ${MAKE} all
+install::
+ @echo "entering directory src for installing"
+ @cd src; ${MAKE} install
+ @echo "entering directory utils for installing"
+ @cd utils; ${MAKE} install
+
# the following ones recreate all Makefiles.
makefiles:: recreate
Makefiles:: recreate
recreate::
- @src/gtk/setup/general/createall
+ @setup/general/createall
# the following ones define what needs to be done to distribute the
# library and its components