comparison make-dist @ 97043:9592c50233ab remove-carbon

Remove support for Mac Carbon. * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 27 Jul 2008 18:24:48 +0000
parents 406f89aec7ee
children c3512b2085a0
comparison
equal deleted inserted replaced
97042:0ac199626cb9 97043:9592c50233ab
335 etc/images/low-color etc/images/mail \ 335 etc/images/low-color etc/images/mail \
336 etc/images/smilies etc/images/smilies/grayscale \ 336 etc/images/smilies etc/images/smilies/grayscale \
337 etc/images/smilies/medium etc/images/tree-widget \ 337 etc/images/smilies/medium etc/images/tree-widget \
338 etc/images/tree-widget/default etc/images/tree-widget/folder \ 338 etc/images/tree-widget/default etc/images/tree-widget/folder \
339 etc/refcards etc/schema etc/tutorials info doc doc/emacs \ 339 etc/refcards etc/schema etc/tutorials info doc doc/emacs \
340 doc/misc doc/man doc/lispref doc/lispintro m4 msdos vms mac \ 340 doc/misc doc/man doc/lispref doc/lispintro m4 msdos vms \
341 mac/src mac/Emacs.app mac/Emacs.app/Contents \
342 mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \
343 mac/Emacs.app/Contents/Resources/English.lproj \
344 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ 341 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
345 nextstep/Cocoa/Emacs.base/Contents \ 342 nextstep/Cocoa/Emacs.base/Contents \
346 nextstep/Cocoa/Emacs.base/Contents/Resources \ 343 nextstep/Cocoa/Emacs.base/Contents/Resources \
347 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ 344 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \
348 nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \ 345 nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \
537 echo "Making links to \`nt/icons'" 534 echo "Making links to \`nt/icons'"
538 (cd nt/icons 535 (cd nt/icons
539 ln [a-z]*.ico ../../${tempdir}/nt/icons 536 ln [a-z]*.ico ../../${tempdir}/nt/icons
540 ln [a-z]*.cur ../../${tempdir}/nt/icons) 537 ln [a-z]*.cur ../../${tempdir}/nt/icons)
541 538
542 echo "Making links to \`mac'"
543 (cd mac
544 ln ChangeLog INSTALL README make-package ../${tempdir}/mac)
545
546 echo "Making links to \`mac/src'"
547 (cd mac/src
548 ln [a-z]*.c *.r ../../${tempdir}/mac/src)
549
550 echo "Making links to \`mac/Emacs.app/Contents'"
551 (cd mac/Emacs.app/Contents
552 ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents)
553
554 echo "Making links to \`mac/Emacs.app/Contents/Resources'"
555 (cd mac/Emacs.app/Contents/Resources
556 ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources)
557
558 echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"
559 (cd mac/Emacs.app/Contents/Resources/English.lproj
560 ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
561
562 echo "Making links to \`msdos'" 539 echo "Making links to \`msdos'"
563 (cd msdos 540 (cd msdos
564 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 541 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
565 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos 542 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos
566 cd ../${tempdir}/msdos 543 cd ../${tempdir}/msdos
758 rm -f *~) 735 rm -f *~)
759 736
760 ### It would be nice if they could all be symlinks to top-level copy, but 737 ### It would be nice if they could all be symlinks to top-level copy, but
761 ### you're not supposed to have any symlinks in distribution tar files. 738 ### you're not supposed to have any symlinks in distribution tar files.
762 echo "Making sure copying notices are all copies of \`COPYING'" 739 echo "Making sure copying notices are all copies of \`COPYING'"
763 for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do 740 for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do
764 rm -f ${tempdir}/${subdir}/COPYING 741 rm -f ${tempdir}/${subdir}/COPYING
765 cp COPYING ${tempdir}/${subdir} 742 cp COPYING ${tempdir}/${subdir}
766 done 743 done
767 744
768 if [ "${newer}" ]; then 745 if [ "${newer}" ]; then