Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:47:52 +0200 |
parents | 85ec50267440 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
170:98a42ee61975 | 171:929b76928fce |
---|---|
228 (cd ${bindir} && \ | 228 (cd ${bindir} && \ |
229 $(RM) ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) | 229 $(RM) ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) |
230 (cd ${archlibdir} && \ | 230 (cd ${archlibdir} && \ |
231 $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) | 231 $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) |
232 | 232 |
233 .PHONY : mostlyclean clean distclean realclean extraclean unlock relock check | 233 .PHONY: mostlyclean clean distclean realclean extraclean |
234 mostlyclean: | 234 mostlyclean: |
235 $(RM) core *.o *.i | 235 $(RM) *.o *.i core |
236 | |
237 clean: mostlyclean | 236 clean: mostlyclean |
238 $(RM) ${INSTALLABLES} ${UTILITIES} | 237 $(RM) ${INSTALLABLES} ${UTILITIES} |
239 | |
240 distclean: clean | 238 distclean: clean |
241 $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS | 239 $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS |
242 $(RM) Makefile Makefile.in blessmail | 240 $(RM) Makefile Makefile.in blessmail |
243 | |
244 realclean: distclean | 241 realclean: distclean |
245 @true | 242 extraclean: distclean |
246 | |
247 extraclean: realclean | |
248 $(RM) *~ \#* | 243 $(RM) *~ \#* |
249 | 244 |
245 .PHONY: unlock relock check | |
250 unlock: | 246 unlock: |
251 chmod u+w $(SOURCES) | 247 chmod u+w $(SOURCES) |
252 | |
253 relock: | 248 relock: |
254 chmod u-w $(SOURCES) | 249 chmod u-w $(SOURCES) |
255 | 250 |
256 ## Test the contents of the directory. | 251 ## Test the contents of the directory. |
257 check: | 252 check: |