comparison Makefile.in @ 40:7e54bd776075 r19-15b103

Import from CVS: tag r19-15b103
author cvs
date Mon, 13 Aug 2007 08:54:25 +0200
parents ec9a17fef872
children 131b0175ea99
comparison
equal deleted inserted replaced
39:06f275776fba 40:7e54bd776075
211 beta: clean all-elc 211 beta: clean all-elc
212 212
213 # Build XEmacs and recompile out-of-date and missing .elc files along 213 # Build XEmacs and recompile out-of-date and missing .elc files along
214 # the way. 214 # the way.
215 all-elc: src/paths.h src/Emacs.ad.h lib-src lwlib dump-elcs src 215 all-elc: src/paths.h src/Emacs.ad.h lib-src lwlib dump-elcs src
216 sh ${srcdir}/lib-src/update-elc.sh 216 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-elc.sh
217 217
218 # Sub-target for all-elc. 218 # Sub-target for all-elc.
219 dump-elcs: FRC.dump-elcs 219 dump-elcs: FRC.dump-elcs
220 cd src; $(MAKE) dump-elcs $(MFLAGS) \ 220 cd src; $(MAKE) dump-elcs $(MFLAGS) \
221 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' 221 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
222 222
223 autoloads: src 223 autoloads: src
224 sh ${srcdir}/lib-src/update-autoloads.sh 224 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-autoloads.sh
225 225
226 # We force the rebuilding of src/paths.h because the user might give 226 # We force the rebuilding of src/paths.h because the user might give
227 # different values for the various directories. Since we use 227 # different values for the various directories. Since we use
228 # move-if-change, src/paths.h only actually changes if the user did 228 # move-if-change, src/paths.h only actually changes if the user did
229 # something notable, so the only unnecessary work we do is in building 229 # something notable, so the only unnecessary work we do is in building