comparison octMakefile.in @ 2046:18847f7caa8a

[project @ 1996-03-29 19:43:07 by jwe]
author jwe
date Fri, 29 Mar 1996 19:45:05 +0000
parents 44808b67cda7
children 8de867ad5d42
comparison
equal deleted inserted replaced
2045:44808b67cda7 2046:18847f7caa8a
107 @echo "* deletes files that may require special tools to rebuild. *" 107 @echo "* deletes files that may require special tools to rebuild. *"
108 @echo "* *" 108 @echo "* *"
109 @echo "************************************************************" 109 @echo "************************************************************"
110 @echo "" 110 @echo ""
111 111
112 install uninstall tags TAGS clean mostlyclean distclean maintainer-clean:: 112 install uninstall tags TAGS::
113 @$(subdir-for-command) 113 @$(subdir-for-command)
114 .PHONY: install uninstall tags clean mostlyclean distclean maintainer-clean 114 .PHONY: install uninstall tags
115
116 clean mostlyclean distclean maintainer-clean::
117 $(foreach d, $(SUBDIRS) test, $(do-subdir-for-command))
118 .PHONY: clean mostlyclean distclean maintainer-clean
115 119
116 maintainer-clean distclean:: 120 maintainer-clean distclean::
117 rm -f octMakefile octave-bug Makefile Makeconf config.cache \ 121 rm -f octMakefile octave-bug Makefile Makeconf config.cache \
118 config.h config.log config.status Makerules.f77 mk-oct-links 122 config.h config.log config.status Makerules.f77 mk-oct-links
119 123