comparison Makefile.am @ 9864:1355a606667e

Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default Examples are all-local, clean-local, etc.
author Rik <rdrider0-list@yahoo.com>
date Wed, 25 Nov 2009 10:58:55 -0800
parents 0d4613a736e9
children 4c681ff57bc3
comparison
equal deleted inserted replaced
9863:4c15e7cd9a14 9864:1355a606667e
98 @echo "" 98 @echo ""
99 @echo " ./run-octave - to run in place to test before installing" 99 @echo " ./run-octave - to run in place to test before installing"
100 @echo " make check - to run the tests" 100 @echo " make check - to run the tests"
101 @echo " make install - to install (PREFIX=$(prefix))" 101 @echo " make install - to install (PREFIX=$(prefix))"
102 @echo "" 102 @echo ""
103 .PHONY: all
104 103
105 octave-bug: octave-bug.in Makefile 104 octave-bug: octave-bug.in Makefile
106 @$(do_subst_config_vals) 105 @$(do_subst_config_vals)
107 chmod a+rx $@ 106 chmod a+rx $@
108 107
160 $(localapiarchlibdir) \ 159 $(localapiarchlibdir) \
161 $(localverarchlibdir) 160 $(localverarchlibdir)
162 161
163 installdirs-local: 162 installdirs-local:
164 $(MKDIR_P) $(addprefix $(DESTDIR), $(DIRS_TO_MAKE)) 163 $(MKDIR_P) $(addprefix $(DESTDIR), $(DIRS_TO_MAKE))
165 .PHONY: installdirs-local
166 164
167 install-data-local: installdirs-local install-extras 165 install-data-local: installdirs-local install-extras
168 .PHONY: install-data-local
169 166
170 install-exec-hook: make-version-links 167 install-exec-hook: make-version-links
171 .PHONY: install-exec-hook
172 168
173 uninstall-local: remove-version-links uninstall-extras 169 uninstall-local: remove-version-links uninstall-extras
174 .PHONY: uninstall-local
175 170
176 install-extras: 171 install-extras:
177 $(MKDIR_P) $(DESTDIR)$(octetcdir) 172 $(MKDIR_P) $(DESTDIR)$(octetcdir)
178 $(INSTALL_DATA) $(srcdir)/NEWS $(DESTDIR)$(octetcdir)/NEWS 173 $(INSTALL_DATA) $(srcdir)/NEWS $(DESTDIR)$(octetcdir)/NEWS
179 .PHONY: install-extras 174 .PHONY: install-extras