comparison octMakefile.in @ 759:3fc1ccd5a9db

[project @ 1994-10-02 15:34:26 by jwe]
author jwe
date Sun, 02 Oct 1994 15:41:13 +0000
parents cce5bd9acc65
children 0acec886a912
comparison
equal deleted inserted replaced
758:fdc889cdfb2e 759:3fc1ccd5a9db
127 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done 127 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
128 .PHONY: mostlyclean 128 .PHONY: mostlyclean
129 129
130 distclean: clean 130 distclean: clean
131 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done 131 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
132 rm -f *.a Makefile config.status 132 rm -f Makefile config.status
133 .PHONY: distclean 133 .PHONY: distclean
134 134
135 realclean: 135 realclean:
136 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done 136 for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
137 rm -f *.a Makefile config.status 137 rm -f Makefile config.status
138 .PHONY: realclean 138 .PHONY: realclean
139 139
140 # Now that things are under RCS control, we need to do the recursive 140 # Now that things are under RCS control, we need to do the recursive
141 # chmod so that the distributed files end up with reasonable modes. 141 # chmod so that the distributed files end up with reasonable modes.
142 142