comparison libcruft/Makerules.in @ 8873:e258715b2e78

fixes for clean targets in Makefiles
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 15:34:23 -0500
parents 82be108cc558
children eb63fbe60fab
comparison
equal deleted inserted replaced
8872:0d7ebf353400 8873:e258715b2e78
135 -rmdir pic 135 -rmdir pic
136 rm -f stmp-pic 136 rm -f stmp-pic
137 .PHONY: clean mostlyclean 137 .PHONY: clean mostlyclean
138 138
139 distclean maintainer-clean:: 139 distclean maintainer-clean::
140 rm -f Makefile 140 rm -f tags TAGS Makefile
141 .PHONY: distclean 141 .PHONY: distclean maintainer-clean
142
143 maintainer-clean::
144 rm -f tags TAGS
145 .PHONY: maintainer-clean
146 142
147 dist: 143 dist:
148 ln $(EXTERNAL_DISTFILES) ../../`cat ../../.fname`/libcruft/$(THISDIR) 144 ln $(EXTERNAL_DISTFILES) ../../`cat ../../.fname`/libcruft/$(THISDIR)
149 .PHONY: dist 145 .PHONY: dist