comparison Makefile.in @ 1821:04fb1d3d6992

JimB's changes since January 18th
author Jim Blandy <jimb@redhat.com>
date Tue, 26 Jan 1993 01:58:16 +0000
parents 6e2fb470af5f
children f7565191703b
comparison
equal deleted inserted replaced
1820:b95bdb97c3e8 1821:04fb1d3d6992
229 -e 's|^CC *=.*$$|CC='"${CC}"'|' \ 229 -e 's|^CC *=.*$$|CC='"${CC}"'|' \
230 -e 's|^CONFIG_CFLAGS *=.*$$|CONFIG_CFLAGS='"${CONFIG_CFLAGS}"'|' \ 230 -e 's|^CONFIG_CFLAGS *=.*$$|CONFIG_CFLAGS='"${CONFIG_CFLAGS}"'|' \
231 -e 's|^LOADLIBES *=.*$$|LOADLIBES='"${libsrc_libs}"'|' \ 231 -e 's|^LOADLIBES *=.*$$|LOADLIBES='"${libsrc_libs}"'|' \
232 -e '/^# DIST: /d') > lib-src/Makefile.tmp 232 -e '/^# DIST: /d') > lib-src/Makefile.tmp
233 ${srcdir}/move-if-change lib-src/Makefile.tmp lib-src/Makefile 233 ${srcdir}/move-if-change lib-src/Makefile.tmp lib-src/Makefile
234 # Remind people not to edit this.
235 chmod -w lib-src/Makefile 234 chmod -w lib-src/Makefile
236 235
237 src/Makefile: ${srcdir}/src/Makefile.in Makefile 236 src/Makefile: ${srcdir}/src/Makefile.in Makefile
238 echo "Producing \`src/Makefile' from \`${srcdir}/src/Makefile.in'." 237 echo "Producing \`src/Makefile' from \`${srcdir}/src/Makefile.in'."
239 rm -f src/Makefile.tmp 238 rm -f src/Makefile.tmp
246 -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'|' \ 245 -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'|' \
247 -e 's|^CC *=.*$$|CC='"${CC}"'|' \ 246 -e 's|^CC *=.*$$|CC='"${CC}"'|' \
248 -e 's|^CONFIG_CFLAGS *=.*$$|CONFIG_CFLAGS='"${CONFIG_CFLAGS}"'|' \ 247 -e 's|^CONFIG_CFLAGS *=.*$$|CONFIG_CFLAGS='"${CONFIG_CFLAGS}"'|' \
249 -e '/^# DIST: /d') > src/Makefile.tmp 248 -e '/^# DIST: /d') > src/Makefile.tmp
250 ${srcdir}/move-if-change src/Makefile.tmp src/Makefile 249 ${srcdir}/move-if-change src/Makefile.tmp src/Makefile
251 # Remind people not to edit this.
252 chmod -w src/Makefile 250 chmod -w src/Makefile
253 251
254 oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile Makefile 252 oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile Makefile
255 echo "Producing \`src/Makefile' from \`${srcdir}/src/Makefile.in'." 253 echo "Producing \`src/Makefile' from \`${srcdir}/src/Makefile.in'."
256 rm -f src/Makefile.tmp 254 rm -f src/Makefile.tmp
260 Makefile: 258 Makefile:
261 ./config.status 259 ./config.status
262 260
263 # ==================== Installation ==================== 261 # ==================== Installation ====================
264 262
263 ## If we let lib-src do its own installation, that means we
264 ## don't have to duplicate the list of utilities to install in
265 ## this Makefile as well.
265 install: all mkdir 266 install: all mkdir
266 ## If we let lib-src do its own installation, that means we
267 ## don't have to duplicate the list of utilities to install in
268 ## this Makefile as well.
269 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir}) 267 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir})
270 -set ${COPYDESTS} ; \ 268 -set ${COPYDESTS} ; \
271 for dir in ${COPYDIR} ; do \ 269 for dir in ${COPYDIR} ; do \
272 dest=$$1 ; shift ; \ 270 dest=$$1 ; shift ; \
273 if [ `(cd $${dir}; /bin/pwd)` != `(cd $${dest}; /bin/pwd)` ]; then \ 271 if [ `(cd $${dir}; /bin/pwd)` != `(cd $${dest}; /bin/pwd)` ]; then \
295 ${INSTALL_PROGRAM} ${INSTALLFLAGS} -m 1755 src/emacs \ 293 ${INSTALL_PROGRAM} ${INSTALLFLAGS} -m 1755 src/emacs \
296 ${bindir}/emacs-${version} 294 ${bindir}/emacs-${version}
297 -rm -f ${bindir}/emacs 295 -rm -f ${bindir}/emacs
298 ln ${bindir}/emacs-${version} ${bindir}/emacs 296 ln ${bindir}/emacs-${version} ${bindir}/emacs
299 297
298 ## If we let lib-src do its own installation, that means we
299 ## don't have to duplicate the list of utilities to install in
300 ## this Makefile as well.
300 install.sysv: all mkdir 301 install.sysv: all mkdir
301 ## If we let lib-src do its own installation, that means we
302 ## don't have to duplicate the list of utilities to install in
303 ## this Makefile as well.
304 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir}) 302 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir})
305 -set ${COPYDESTS} ; \ 303 -set ${COPYDESTS} ; \
306 for dir in ${COPYDIR} ; do \ 304 for dir in ${COPYDIR} ; do \
307 dest=$$1 ; shift ; \ 305 dest=$$1 ; shift ; \
308 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ 306 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \
328 done 326 done
329 -/bin/rm -f ${bindir}/emacs 327 -/bin/rm -f ${bindir}/emacs
330 -cpset src/emacs ${bindir}/emacs-${version} 1755 bin bin 328 -cpset src/emacs ${bindir}/emacs-${version} 1755 bin bin
331 -ln ${bindir}/emacs-${version} ${bindir}/emacs 329 -ln ${bindir}/emacs-${version} ${bindir}/emacs
332 330
331 ## If we let lib-src do its own installation, that means we
332 ## don't have to duplicate the list of utilities to install in
333 ## this Makefile as well.
333 install.xenix: all mkdir 334 install.xenix: all mkdir
334 ## If we let lib-src do its own installation, that means we
335 ## don't have to duplicate the list of utilities to install in
336 ## this Makefile as well.
337 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir}) 335 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir})
338 -set ${COPYDESTS} ; \ 336 -set ${COPYDESTS} ; \
339 for dir in ${COPYDIR} ; do \ 337 for dir in ${COPYDIR} ; do \
340 dest=$$1 ; shift ; \ 338 dest=$$1 ; shift ; \
341 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ 339 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \
366 cp src/emacs ${bindir}/emacs-${version} 364 cp src/emacs ${bindir}/emacs-${version}
367 ln ${bindir}/emacs-${version} ${bindir}/emacs 365 ln ${bindir}/emacs-${version} ${bindir}/emacs
368 chmod 1755 ${bindir}/emacs 366 chmod 1755 ${bindir}/emacs
369 -rm -f ${bindir}/emacs.old 367 -rm -f ${bindir}/emacs.old
370 368
369 ## If we let lib-src do its own installation, that means we
370 ## don't have to duplicate the list of utilities to install in
371 ## this Makefile as well.
371 install.aix: all mkdir 372 install.aix: all mkdir
372 ## If we let lib-src do its own installation, that means we
373 ## don't have to duplicate the list of utilities to install in
374 ## this Makefile as well.
375 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir}) 373 (cd lib-src; $(MAKE) install ${MFLAGS} bindir=${bindir} libdir=${libdir})
376 -set ${COPYDESTS} ; \ 374 -set ${COPYDESTS} ; \
377 for dir in ${COPYDIR} ; do \ 375 for dir in ${COPYDIR} ; do \
378 dest=$$1 ; shift ; \ 376 dest=$$1 ; shift ; \
379 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ 377 if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \