comparison lib-src/Makefile.in.in @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 9ee227acff29
children 441bb1e64a06
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
98 /* ========================== Lists of Files =========================== */ 98 /* ========================== Lists of Files =========================== */
99 99
100 /* Things that a user might actually run, 100 /* Things that a user might actually run,
101 which should be installed in bindir. */ 101 which should be installed in bindir. */
102 INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit 102 INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit
103 INSTALLABLE_SCRIPTS = rcs-checkin 103 INSTALLABLE_SCRIPTS = rcs-checkin pstogif
104 104
105 /* Things that Emacs runs internally, or during the build process, 105 /* Things that Emacs runs internally, or during the build process,
106 which should not be installed in bindir. */ 106 which should not be installed in bindir. */
107 UTILITIES= make-path wakeup profile make-docfile digest-doc \ 107 UTILITIES= make-path wakeup profile make-docfile digest-doc \
108 sorted-doc movemail cvtmail fakemail yow emacsserver hexl \ 108 sorted-doc movemail cvtmail fakemail yow emacsserver hexl \
260 vcdiff: force 260 vcdiff: force
261 @if [ ! -r vcdiff ] ; then \ 261 @if [ ! -r vcdiff ] ; then \
262 rm -f vcdiff ; ${LN_S} ${srcdir}/vcdiff . ; \ 262 rm -f vcdiff ; ${LN_S} ${srcdir}/vcdiff . ; \
263 fi 263 fi
264 264
265 $(TM_SCRIPTS): force
266 @if [ ! -r $@ ] ; then \
267 rm -f $@ ; ${LN_S} ${srcdir}/$@ . ; \
268 fi
269
265 force: 270 force:
266 #else /* ultrix */ 271 #else /* ultrix */
267 rcs2log: 272 rcs2log:
268 vcdiff: 273 vcdiff:
274 $(TM_SCRIPTS):
269 #endif /* ultrix */ 275 #endif /* ultrix */
270 276
271 #ifdef MOVEMAIL_NEEDS_BLESSING 277 #ifdef MOVEMAIL_NEEDS_BLESSING
272 blessmail: 278 blessmail:
273 ../src/emacs -batch -l ../lisp/blessmail.el 279 ../src/emacs -batch -l ../lisp/blessmail.el