comparison liboctave/Makefile.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 de16ebeef93d
children eb63fbe60fab
comparison
equal deleted inserted replaced
8872:0d7ebf353400 8873:e258715b2e78
354 .PHONY: clean 354 .PHONY: clean
355 355
356 mostlyclean: clean 356 mostlyclean: clean
357 .PHONY: mostlyclean 357 .PHONY: mostlyclean
358 358
359 distclean: clean 359 distclean maintainer-clean: clean
360 rm -f tags TAGS
360 rm -f Makefile so_locations oct-types.h $(PREREQ) 361 rm -f Makefile so_locations oct-types.h $(PREREQ)
361 .PHONY: distclean 362 .PHONY: distclean maintainer-clean
362
363 maintainer-clean: distclean
364 rm -f tags TAGS
365 .PHONY: maintainer-clean
366 363
367 dist: $(PREREQ) 364 dist: $(PREREQ)
368 ln $(DISTFILES) ../`cat ../.fname`/liboctave 365 ln $(DISTFILES) ../`cat ../.fname`/liboctave
369 .PHONY: dist 366 .PHONY: dist
370 367