comparison src/Makefile.in.in @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents cca96a509cfe
children 9b50b4588a93
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
1587 @echo "The file Emacs.ad.h needs to be set up from ${srcdir}/${etcdir}Emacs.ad" 1587 @echo "The file Emacs.ad.h needs to be set up from ${srcdir}/${etcdir}Emacs.ad"
1588 @echo "Consult the file \`INSTALL' for instructions for building Emacs." 1588 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
1589 exit 1 1589 exit 1
1590 1590
1591 /* Cover your eyes, please */ 1591 /* Cover your eyes, please */
1592 xemacs-version.h: ${lispdir}version.el 1592 xemacs-version.h: ../lisp/version.el
1593 @echo "#define main_1 xemacs_`grep emacs-version ${lispdir}version.el | sed 's/.*\"\(.*\)\.\(.*\)\"/\1_\2/ \ 1593 @echo "#define main_1 xemacs_`grep emacs-version ../lisp/version.el | sed -e 's/.*\"\(.*\)\.\(.*\)\"/\1_\2/' -e 1q`_`grep -i xemacs.*lucid.*beta ../lisp/version.el | sed -e 's/.*\(beta[0-9]*\).*/\1/' -e 1q`" > xemacs-version.h
1594 1q'`_`grep -i xemacs.*lucid.*beta ${lispdir}version.el | sed 's/.*\(beta[0-9]*\).*/\1/ \
1595 1q'`" > xemacs-version.h
1596 1594
1597 1595
1598 /* Some machines have alloca built-in. 1596 /* Some machines have alloca built-in.
1599 They should define HAVE_ALLOCA, or may just let alloca.s 1597 They should define HAVE_ALLOCA, or may just let alloca.s
1600 be used but generate no code. 1598 be used but generate no code.