Mercurial > hg > xemacs-beta
comparison Makefile.in @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
27:0a3286277d9b | 28:1917ad0d78d7 |
---|---|
279 lwlib: FRC.lwlib | 279 lwlib: FRC.lwlib |
280 dynodump: FRC.dynodump | 280 dynodump: FRC.dynodump |
281 | 281 |
282 .RECURSIVE: ${SUBDIR} | 282 .RECURSIVE: ${SUBDIR} |
283 | 283 |
284 ${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h FRC | 284 ${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h src/puresize_adjust.h FRC |
285 cd $@; $(MAKE) all $(MFLAGS) \ | 285 cd $@; $(MAKE) all $(MFLAGS) \ |
286 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' | 286 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' |
287 | 287 |
288 Makefile: ${srcdir}/Makefile.in config.status | 288 Makefile: ${srcdir}/Makefile.in config.status |
289 ./config.status | 289 ./config.status |
300 dynodump/Makefile: ${srcdir}/dynodump/Makefile.in.in config.status | 300 dynodump/Makefile: ${srcdir}/dynodump/Makefile.in.in config.status |
301 ./config.status | 301 ./config.status |
302 | 302 |
303 src/config.h: ${srcdir}/src/config.h.in | 303 src/config.h: ${srcdir}/src/config.h.in |
304 ./config.status | 304 ./config.status |
305 | |
306 src/puresize_adjust.h: ${srcdir}/src/puresize.h | |
307 @echo "Resetting \`src/puresize_adjust.h'." | |
308 @echo '/* This file is generated by XEmacs, DO NOT MODIFY!!! */' > src/puresize_adjust.h | |
309 @echo '#define PURESIZE_ADJUSTMENT 0' >> src/puresize_adjust.h | |
310 | |
305 | 311 |
306 # ==================== Installation ==================== | 312 # ==================== Installation ==================== |
307 | 313 |
308 ## If we let lib-src do its own installation, that means we | 314 ## If we let lib-src do its own installation, that means we |
309 ## don't have to duplicate the list of utilities to install in | 315 ## don't have to duplicate the list of utilities to install in |
488 (cd lib-src && $(MAKE) $(MFLAGS) distclean) | 494 (cd lib-src && $(MAKE) $(MFLAGS) distclean) |
489 (cd lwlib && $(MAKE) $(MFLAGS) distclean) | 495 (cd lwlib && $(MAKE) $(MFLAGS) distclean) |
490 (cd dynodump && $(MAKE) $(MFLAGS) distclean) | 496 (cd dynodump && $(MAKE) $(MFLAGS) distclean) |
491 -(cd man && $(MAKE) $(MFLAGS) distclean) | 497 -(cd man && $(MAKE) $(MFLAGS) distclean) |
492 -${top_distclean} | 498 -${top_distclean} |
493 (echo "/* This file is generated by XEmacs, DO NOT MODIFY!!! */" > src/PURESIZE.h) | |
494 (echo "# define PURESIZE 1350000" >> src/PURESIZE.h) | |
495 | 499 |
496 ### `realclean' | 500 ### `realclean' |
497 ### Delete everything from the current directory that can be | 501 ### Delete everything from the current directory that can be |
498 ### reconstructed with this Makefile. This typically includes | 502 ### reconstructed with this Makefile. This typically includes |
499 ### everything deleted by distclean, plus more: C source files | 503 ### everything deleted by distclean, plus more: C source files |