Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 112:48d667d6f17f r20-1b8
Import from CVS: tag r20-1b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:20:48 +0200 |
parents | 0d2f883870bc |
children | 8619ce7e4c50 |
comparison
equal
deleted
inserted
replaced
111:164ab62060bf | 112:48d667d6f17f |
---|---|
100 /* ========================== Lists of Files =========================== */ | 100 /* ========================== Lists of Files =========================== */ |
101 | 101 |
102 /* Things that a user might actually run, | 102 /* Things that a user might actually run, |
103 which should be installed in bindir. */ | 103 which should be installed in bindir. */ |
104 INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit | 104 INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit |
105 INSTALLABLE_SCRIPTS = rcs-checkin pstogif | 105 INSTALLABLE_SCRIPTS = rcs-checkin pstogif install-sid send-pr |
106 | 106 |
107 /* Things that Emacs runs internally, or during the build process, | 107 /* Things that Emacs runs internally, or during the build process, |
108 which should not be installed in bindir. */ | 108 which should not be installed in bindir. */ |
109 UTILITIES= make-path wakeup profile make-docfile digest-doc \ | 109 UTILITIES= make-path wakeup profile make-docfile digest-doc \ |
110 sorted-doc movemail cvtmail fakemail yow emacsserver hexl \ | 110 sorted-doc movemail cvtmail fakemail yow emacsserver hexl \ |
113 make-msgfile make-po */ | 113 make-msgfile make-po */ |
114 | 114 |
115 /* Like UTILITIES, but they are not system-dependent, and should not be | 115 /* Like UTILITIES, but they are not system-dependent, and should not be |
116 deleted by the distclean target. */ | 116 deleted by the distclean target. */ |
117 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode | 117 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode |
118 SCRIPTS= rcs2log vcdiff $(TM_SCRIPTS) | 118 SCRIPTS= rcs2log vcdiff install-sid send-pr $(TM_SCRIPTS) |
119 | 119 |
120 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} | 120 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} |
121 | 121 |
122 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ | 122 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ |
123 makedoc.com *.[chy] $(SCRIPTS) | 123 makedoc.com *.[chy] $(SCRIPTS) |