Mercurial > hg > octave-avbm
comparison octMakefile.in @ 2749:02f569448c7a
[project @ 1997-02-26 18:16:02 by jwe]
author | jwe |
---|---|
date | Wed, 26 Feb 1997 18:17:43 +0000 |
parents | b91b72e856ce |
children | 14f1d4009e49 |
comparison
equal
deleted
inserted
replaced
2748:74839646edaf | 2749:02f569448c7a |
---|---|
123 clean mostlyclean distclean maintainer-clean:: | 123 clean mostlyclean distclean maintainer-clean:: |
124 $(foreach d, $(CLEANSUBDIRS), $(do-subdir-for-command)) | 124 $(foreach d, $(CLEANSUBDIRS), $(do-subdir-for-command)) |
125 .PHONY: clean mostlyclean distclean maintainer-clean | 125 .PHONY: clean mostlyclean distclean maintainer-clean |
126 | 126 |
127 maintainer-clean distclean:: | 127 maintainer-clean distclean:: |
128 rm -f octMakefile octave-bug Makeconf config.cache | 128 rm -f configure config.h.in octMakefile octave-bug Makefile \ |
129 rm -f config.h config.log config.status Makerules.f77 | 129 Makeconf config.cache config.h config.log config.status \ |
130 rm -f mk-oct-links mkoctfile | 130 Makerules.f77 mk-oct-links mkoctfile BUGS INSTALL.OCTAVE \ |
131 Makefrag.f77 | |
131 | 132 |
132 # Rules for making a source distribution. | 133 # Rules for making a source distribution. |
133 | 134 |
134 dist-info-files: INSTALL.OCTAVE BUGS | 135 dist-info-files: INSTALL.OCTAVE BUGS |
135 .PHONY: dist-info-files | 136 .PHONY: dist-info-files |