Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 9ad43877534d |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
65 | 65 |
66 ## Things that Emacs runs internally, or during the build process, | 66 ## Things that Emacs runs internally, or during the build process, |
67 ## which should not be installed in bindir. | 67 ## which should not be installed in bindir. |
68 UTILITIES= make-path wakeup profile make-docfile digest-doc \ | 68 UTILITIES= make-path wakeup profile make-docfile digest-doc \ |
69 sorted-doc movemail cvtmail fakemail yow hexl \ | 69 sorted-doc movemail cvtmail fakemail yow hexl \ |
70 gnuserv mmencode config.values | 70 gnuserv mmencode |
71 ## These need to be conditional on I18N3 make-msgfile make-po | 71 ## These need to be conditional on I18N3 make-msgfile make-po |
72 | 72 |
73 ## Like UTILITIES, but they are not system-dependent, and should not be | 73 ## Like UTILITIES, but they are not system-dependent, and should not be |
74 ## deleted by the distclean target. | 74 ## deleted by the distclean target. |
75 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode | 75 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode |
235 $(RM) *.o *.i core | 235 $(RM) *.o *.i core |
236 clean: mostlyclean | 236 clean: mostlyclean |
237 $(RM) ${INSTALLABLES} ${UTILITIES} | 237 $(RM) ${INSTALLABLES} ${UTILITIES} |
238 distclean: clean | 238 distclean: clean |
239 $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS | 239 $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS |
240 $(RM) Makefile Makefile.in blessmail | 240 $(RM) Makefile Makefile.in blessmail config.values |
241 realclean: distclean | 241 realclean: distclean |
242 extraclean: distclean | 242 extraclean: distclean |
243 $(RM) *~ \#* | 243 $(RM) *~ \#* |
244 | 244 |
245 .PHONY: unlock relock check | 245 .PHONY: unlock relock check |