Mercurial > emacs
comparison make-dist @ 96725:406f89aec7ee
Add nextstep/ directories.
(src, lib-src): Add .m files.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 16 Jul 2008 07:45:04 +0000 |
parents | 914fd1aed50a |
children | 9592c50233ab |
comparison
equal
deleted
inserted
replaced
96724:e50b24691c01 | 96725:406f89aec7ee |
---|---|
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 mac \ |
341 mac/src mac/Emacs.app mac/Emacs.app/Contents \ | 341 mac/src mac/Emacs.app mac/Emacs.app/Contents \ |
342 mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \ | 342 mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \ |
343 mac/Emacs.app/Contents/Resources/English.lproj | 343 mac/Emacs.app/Contents/Resources/English.lproj \ |
344 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ | |
345 nextstep/Cocoa/Emacs.base/Contents \ | |
346 nextstep/Cocoa/Emacs.base/Contents/Resources \ | |
347 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ | |
348 nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \ | |
349 nextstep/Cocoa/Emacs.xcodeproj \ | |
350 nextstep/GNUstep \ | |
351 nextstep/GNUstep/Emacs.base \ | |
352 nextstep/GNUstep/Emacs.base/Resources \ | |
353 nextstep/GNUstep/Emacs.base/Resources/preferences.gorm | |
344 do | 354 do |
345 echo " ${tempdir}/${subdir}" | 355 echo " ${tempdir}/${subdir}" |
346 mkdir ${tempdir}/${subdir} | 356 mkdir ${tempdir}/${subdir} |
347 done | 357 done |
348 | 358 |
429 ### config.in, paths.in, or Makefile.in, or TAGS. | 439 ### config.in, paths.in, or Makefile.in, or TAGS. |
430 (cd src | 440 (cd src |
431 echo " (It is ok if ln fails in some cases.)" | 441 echo " (It is ok if ln fails in some cases.)" |
432 ln [a-zA-Z]*.c ../${tempdir}/src | 442 ln [a-zA-Z]*.c ../${tempdir}/src |
433 ln [a-zA-Z]*.h ../${tempdir}/src | 443 ln [a-zA-Z]*.h ../${tempdir}/src |
444 ln [a-zA-Z]*.m ../${tempdir}/src | |
434 ln [a-zA-Z]*.in ../${tempdir}/src | 445 ln [a-zA-Z]*.in ../${tempdir}/src |
435 ln [a-zA-Z]*.opt ../${tempdir}/src | 446 ln [a-zA-Z]*.opt ../${tempdir}/src |
436 ## If we ended up with a symlink, or if we did not get anything | 447 ## If we ended up with a symlink, or if we did not get anything |
437 ## due to a cross-device symlink, copy the file. | 448 ## due to a cross-device symlink, copy the file. |
438 for file in [a-zA-Z]*.[hcs] [a-zA-Z]*.in [a-zA-Z]*.opt; do | 449 for file in [a-zA-Z]*.[hcs] [a-zA-Z]*.in [a-zA-Z]*.opt; do |
469 (cd src/s | 480 (cd src/s |
470 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) | 481 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) |
471 | 482 |
472 echo "Making links to \`lib-src'" | 483 echo "Making links to \`lib-src'" |
473 (cd lib-src | 484 (cd lib-src |
474 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src | 485 ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src |
475 ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 486 ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
476 ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src | 487 ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src |
477 ln makefile.w32-in ../${tempdir}/lib-src | 488 ln makefile.w32-in ../${tempdir}/lib-src |
478 ## If we ended up with a symlink, or if we did not get anything | 489 ## If we ended up with a symlink, or if we did not get anything |
479 ## due to a cross-device symlink, copy the file. | 490 ## due to a cross-device symlink, copy the file. |
552 (cd msdos | 563 (cd msdos |
553 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | 564 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos |
554 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos | 565 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos |
555 cd ../${tempdir}/msdos | 566 cd ../${tempdir}/msdos |
556 rm -f =*) | 567 rm -f =*) |
568 | |
569 echo "Making links to \`nextstep'" | |
570 (cd nextstep | |
571 ln AUTHORS ChangeLog FOR-RELEASE README.txt compile ../${tempdir}/nextstep) | |
572 | |
573 echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" | |
574 (cd nextstep/Cocoa/Emacs.base/Contents | |
575 ln Info.plist PkgInfo ../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents) | |
576 | |
577 echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources'" | |
578 (cd nextstep/Cocoa/Emacs.base/Contents/Resources | |
579 ln Credits.html Emacs.icns ../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources) | |
580 | |
581 echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj'" | |
582 (cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj | |
583 ln InfoPlist.strings ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj) | |
584 | |
585 echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib'" | |
586 (cd nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib | |
587 ln *.nib ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib) | |
588 | |
589 echo "Making links to \`nextstep/Cocoa/Emacs.xcodeproj'" | |
590 (cd nextstep/Cocoa/Emacs.xcodeproj | |
591 ln project.pbxproj ../../../${tempdir}/nextstep/Cocoa/Emacs.xcodeproj) | |
592 | |
593 echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources'" | |
594 (cd nextstep/GNUstep/Emacs.base/Resources | |
595 ln Emacs.desktop Info-gnustep.plist emacs.tiff ../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources ) | |
596 | |
597 echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources/preferences.gorm'" | |
598 (cd nextstep/GNUstep/Emacs.base/Resources/preferences.gorm | |
599 ln data.classes data.info objects.gorm ../../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources/preferences.gorm ) | |
557 | 600 |
558 echo "Making links to \`oldXMenu'" | 601 echo "Making links to \`oldXMenu'" |
559 (cd oldXMenu | 602 (cd oldXMenu |
560 ln *.c *.h *.in ../${tempdir}/oldXMenu | 603 ln *.c *.h *.in ../${tempdir}/oldXMenu |
561 ln README ChangeLog ../${tempdir}/oldXMenu | 604 ln README ChangeLog ../${tempdir}/oldXMenu |