comparison Makefile.in @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents a145efe76779
children 360340f9fd5f
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
296 lwlib: FRC.lwlib 296 lwlib: FRC.lwlib
297 dynodump: FRC.dynodump 297 dynodump: FRC.dynodump
298 298
299 .RECURSIVE: ${SUBDIR} 299 .RECURSIVE: ${SUBDIR}
300 300
301 ${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h FRC 301 ${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h src/puresize_adjust.h FRC
302 cd $@ && $(MAKE) all $(MFLAGS) \ 302 cd $@ && $(MAKE) all $(MFLAGS) \
303 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' 303 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
304 304
305 Makefile: ${srcdir}/Makefile.in config.status 305 Makefile: ${srcdir}/Makefile.in config.status
306 ./config.status 306 ./config.status
317 dynodump/Makefile: ${srcdir}/dynodump/Makefile.in.in config.status 317 dynodump/Makefile: ${srcdir}/dynodump/Makefile.in.in config.status
318 ./config.status 318 ./config.status
319 319
320 src/config.h: ${srcdir}/src/config.h.in 320 src/config.h: ${srcdir}/src/config.h.in
321 ./config.status 321 ./config.status
322
323 src/puresize_adjust.h: ${srcdir}/src/puresize.h
324 @echo "Resetting \`src/puresize_adjust.h'."
325 @echo '/* This file is generated by XEmacs, DO NOT MODIFY!!! */' > src/puresize_adjust.h
326 @echo '#define PURESIZE_ADJUSTMENT 0' >> src/puresize_adjust.h
327
322 328
323 # ==================== Installation ==================== 329 # ==================== Installation ====================
324 330
325 ## If we let lib-src do its own installation, that means we 331 ## If we let lib-src do its own installation, that means we
326 ## don't have to duplicate the list of utilities to install in 332 ## don't have to duplicate the list of utilities to install in
487 ### `make distclean' should leave only the files that were in the 493 ### `make distclean' should leave only the files that were in the
488 ### distribution. 494 ### distribution.
489 top_distclean=\ 495 top_distclean=\
490 rm -f config.status config-tmp-* build-install ; \ 496 rm -f config.status config-tmp-* build-install ; \
491 rm -f Makefile ${SUBDIR_MAKEFILES}; \ 497 rm -f Makefile ${SUBDIR_MAKEFILES}; \
492 (cd lock && rm -f *) ; \ 498 (cd lock && rm -f *)
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 distclean: FRC.distclean 500 distclean: FRC.distclean
501 -([ ! -d lock ] && mkdir lock)
502 -([ ! -d site-lisp ] && mkdir site-lisp)
497 (cd src && $(MAKE) $(MFLAGS) distclean) 503 (cd src && $(MAKE) $(MFLAGS) distclean)
498 (cd lib-src && $(MAKE) $(MFLAGS) distclean) 504 (cd lib-src && $(MAKE) $(MFLAGS) distclean)
499 (cd lwlib && $(MAKE) $(MFLAGS) distclean) 505 (cd lwlib && $(MAKE) $(MFLAGS) distclean)
500 (cd dynodump && $(MAKE) $(MFLAGS) distclean) 506 (cd dynodump && $(MAKE) $(MFLAGS) distclean)
501 -(cd man && $(MAKE) $(MFLAGS) distclean) 507 -(cd man && $(MAKE) $(MFLAGS) distclean)