Mercurial > hg > xemacs-beta
comparison Makefile.in @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | f220cc83d72e |
children | 084402c475ba |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
228 ## When installing the info files, we need to do special things to | 228 ## When installing the info files, we need to do special things to |
229 ## avoid nuking an existing dir file, so we don't do that here; | 229 ## avoid nuking an existing dir file, so we don't do that here; |
230 ## instead, we have written out explicit code in the `install' targets. | 230 ## instead, we have written out explicit code in the `install' targets. |
231 COPYDIR = ${srcdir}/etc ${srcdir}/lisp | 231 COPYDIR = ${srcdir}/etc ${srcdir}/lisp |
232 COPYDESTS = ${etcdir} ${lispdir} | 232 COPYDESTS = ${etcdir} ${lispdir} |
233 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/puresize-adjust.h src/config.h lwlib/config.h | 233 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/puresize-adjust.h src/config.h lwlib/config.h src/sheap-adjust.h |
234 GENERATED_LISP = lisp/finder-inf.el | 234 GENERATED_LISP = lisp/finder-inf.el |
235 | 235 |
236 all: ${GENERATED_HEADERS} ${MAKE_SUBDIR} ${GENERATED_LISP} | 236 all: ${GENERATED_HEADERS} ${MAKE_SUBDIR} ${GENERATED_LISP} |
237 | 237 |
238 ## For performance and consistency, no built-in rules | 238 ## For performance and consistency, no built-in rules |
337 src/puresize-adjust.h: ${srcdir}/src/puresize.h | 337 src/puresize-adjust.h: ${srcdir}/src/puresize.h |
338 @echo "Resetting \`src/puresize-adjust.h'."; \ | 338 @echo "Resetting \`src/puresize-adjust.h'."; \ |
339 (echo "/* Do not edit this file!" ; \ | 339 (echo "/* Do not edit this file!" ; \ |
340 echo " Automatically generated by XEmacs */" ; \ | 340 echo " Automatically generated by XEmacs */" ; \ |
341 echo "#define PURESIZE_ADJUSTMENT 0") > $@ | 341 echo "#define PURESIZE_ADJUSTMENT 0") > $@ |
342 | |
343 src/sheap-adjust.h: | |
344 @echo "Resetting \`src/sheap-adjust.h'."; \ | |
345 (echo "/* Do not edit this file!" ; \ | |
346 echo " Automatically generated by XEmacs */" ; \ | |
347 echo "#define SHEAP_ADJUSTMENT 0") > $@ | |
342 | 348 |
343 src: @SRC_SUBDIR_DEPS@ FRC.src | 349 src: @SRC_SUBDIR_DEPS@ FRC.src |
344 pkg-src/tree-x: pkg-src/FRC.tree-x | 350 pkg-src/tree-x: pkg-src/FRC.tree-x |
345 lib-src: FRC.lib-src | 351 lib-src: FRC.lib-src |
346 lwlib: FRC.lwlib | 352 lwlib: FRC.lwlib |