/[emacs]/emacs/mac/makefile.MPW
ViewVC logotype

Diff of /emacs/mac/makefile.MPW

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akochoi, Fri Apr 26 23:39:04 2002 UTC revision 1.5.2.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 2  Line 2 
2  #    Copyright (C) 1999, 2000 Free Software Foundation, Inc.  #    Copyright (C) 1999, 2000 Free Software Foundation, Inc.
3  #  #
4  #    Author: Andrew Choi <akochoi@users.sourceforge.net>  #    Author: Andrew Choi <akochoi@users.sourceforge.net>
5  #  #
6  # This file is part of GNU Emacs.  # This file is part of GNU Emacs.
7  #  #
8  # GNU Emacs is free software; you can redistribute it and/or modify  # GNU Emacs is free software; you can redistribute it and/or modify
9  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
10  # the Free Software Foundation; either version 2, or (at your option)  # the Free Software Foundation; either version 2, or (at your option)
11  # any later version.  # any later version.
12  #  #
13  # GNU Emacs is distributed in the hope that it will be useful,  # GNU Emacs is distributed in the hope that it will be useful,
14  # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
15  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  # GNU General Public License for more details.  # GNU General Public License for more details.
17  #  #
18  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
19  # along with GNU Emacs; see the file COPYING.  If not, write to  # along with GNU Emacs; see the file COPYING.  If not, write to
20  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Line 147  Emacs ÄÄ {Makefile} {DocTarget}DOC {Emac Line 147  Emacs ÄÄ {Makefile} {DocTarget}DOC {Emac
147                  "{PPCLibraries}PPCToolLibs.o" ¶                  "{PPCLibraries}PPCToolLibs.o" ¶
148                  -o "{EmacsTarget}"                  -o "{EmacsTarget}"
149    
150  Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r  Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r
151          Rez -a "{Source}"Emacs.maclf.r -o "{EmacsTarget}"          Rez -a "{Source}"Emacs.maclf.r -o "{EmacsTarget}"
152          Rez -a "{Source}"EmacsMPW.maclf.r -o "{EmacsTarget}"          Rez -a "{Source}"EmacsMPW.maclf.r -o "{EmacsTarget}"
153          SetFile "{EmacsTarget}" -t APPL -c 'EMAx' -a B          SetFile "{EmacsTarget}" -t APPL -c 'EMAx' -a B
# Line 373  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 373  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
373                  "{Src}macgui.h" ¶                  "{Src}macgui.h" ¶
374                  "{Src}frame.h" ¶                  "{Src}frame.h" ¶
375          "{Src}systime.h"          "{Src}systime.h"
376            
377  {Src}doc.c.x Ä ¶  {Src}doc.c.x Ä ¶
378          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
379          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
# Line 488  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 488  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
488          "{Src}frame.h" ¶          "{Src}frame.h" ¶
489          "{Src}fontset.h" ¶          "{Src}fontset.h" ¶
490          "{Src}termhooks.h" ¶          "{Src}termhooks.h" ¶
491            {BLOCKINPUT_H_GROUP} ¶
492          {DISPEXTERN_H_GROUP} ¶          {DISPEXTERN_H_GROUP} ¶
493          {WINDOW_H_GROUP} ¶          {WINDOW_H_GROUP} ¶
494          "{Src}buffer.h" ¶          "{Src}buffer.h" ¶
495          "{Src}commands.h" ¶          "{Src}commands.h" ¶
496          "{Src}keyboard.h"          "{Src}keyboard.h"
497            
498  {Src}getloadavg.c.x Ä ¶  {Src}getloadavg.c.x Ä ¶
499          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
500          "{Includes}sys:types.h"          "{Includes}sys:types.h"
# Line 586  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 587  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
587          "{Src}commands.h" ¶          "{Src}commands.h" ¶
588          "{Src}keyboard.h" ¶          "{Src}keyboard.h" ¶
589          "{Src}termhooks.h"          "{Src}termhooks.h"
590            
591  {Src}macros.c.x Ä ¶  {Src}macros.c.x Ä ¶
592          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
593          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 630  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 631  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
631          "{Src}termchar.h" ¶          "{Src}termchar.h" ¶
632          "{Src}keyboard.h" ¶          "{Src}keyboard.h" ¶
633          {INTERVALS_H_GROUP}          {INTERVALS_H_GROUP}
634            
635  {Src}process.c.x Ä ¶  {Src}process.c.x Ä ¶
636          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
637          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
# Line 642  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 643  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
643                  "{Src}ccl.h" ¶                  "{Src}ccl.h" ¶
644          "{Src}termopts.h" ¶          "{Src}termopts.h" ¶
645          "{Src}sysselect.h"          "{Src}sysselect.h"
646            
647  {Src}regex.c.x Ä ¶  {Src}regex.c.x Ä ¶
648          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
649          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
# Line 658  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 659  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
659          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
660          "{Src}buffer.h" ¶          "{Src}buffer.h" ¶
661          "{Src}region-cache.h"          "{Src}region-cache.h"
662            
663  {Src}scroll.c.x Ä ¶  {Src}scroll.c.x Ä ¶
664          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
665          "{Src}termchar.h" ¶          "{Src}termchar.h" ¶
# Line 666  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 667  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
667          {DISPEXTERN_H_GROUP} ¶          {DISPEXTERN_H_GROUP} ¶
668          "{Src}frame.h" ¶          "{Src}frame.h" ¶
669          {WINDOW_H_GROUP}          {WINDOW_H_GROUP}
670            
671  {Src}search.c.x Ä ¶  {Src}search.c.x Ä ¶
672          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
673          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 680  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 681  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
681          {INTERVALS_H_GROUP} ¶          {INTERVALS_H_GROUP} ¶
682          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
683          "{Src}regex.h"          "{Src}regex.h"
684            
685  {Src}strftime.c.x Ä ¶  {Src}strftime.c.x Ä ¶
686          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
687          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
688          "{Includes}sys:time.h"            "{Includes}sys:time.h"
689            
690  {Src}syntax.c.x Ä ¶  {Src}syntax.c.x Ä ¶
691          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
692          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 695  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 696  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
696          "{Src}syntax.h" ¶          "{Src}syntax.h" ¶
697          {INTERVALS_H_GROUP} ¶          {INTERVALS_H_GROUP} ¶
698          "{Src}category.h"          "{Src}category.h"
699            
700  {Src}sysdep.c.x Ä ¶  {Src}sysdep.c.x Ä ¶
701          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
702          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 737  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 738  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
738          "{Src}macterm.h" ¶          "{Src}macterm.h" ¶
739                  "{Src}macgui.h" ¶                  "{Src}macgui.h" ¶
740                  "{Src}frame.h"                  "{Src}frame.h"
741            
742  {Src}termcap.c.x Ä ¶  {Src}termcap.c.x Ä ¶
743          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
744          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 749  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 750  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
750          {INTERVALS_H_GROUP} ¶          {INTERVALS_H_GROUP} ¶
751          "{Src}buffer.h" ¶          "{Src}buffer.h" ¶
752          {WINDOW_H_GROUP}          {WINDOW_H_GROUP}
753            
754  {Src}tparam.c.x Ä ¶  {Src}tparam.c.x Ä ¶
755          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
756          "{Src}lisp.h"          "{Src}lisp.h"
757            
758  {Src}undo.c.x Ä ¶  {Src}undo.c.x Ä ¶
759          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
760          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
761          "{Src}buffer.h" ¶          "{Src}buffer.h" ¶
762          "{Src}commands.h"          "{Src}commands.h"
763            
764  {Src}window.c.x Ä ¶  {Src}window.c.x Ä ¶
765          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
766          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 776  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 777  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
777          {INTERVALS_H_GROUP} ¶          {INTERVALS_H_GROUP} ¶
778          "{Src}macterm.h" ¶          "{Src}macterm.h" ¶
779                  "{Src}macgui.h" ¶                  "{Src}macgui.h" ¶
780                  "{Src}frame.h"                    "{Src}frame.h"
781            
782  {Src}xdisp.c.x Ä ¶  {Src}xdisp.c.x Ä ¶
783          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
784          "{Src}lisp.h" ¶          "{Src}lisp.h" ¶
# Line 790  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 791  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
791          "{Src}indent.h" ¶          "{Src}indent.h" ¶
792          "{Src}commands.h" ¶          "{Src}commands.h" ¶
793          "{Src}macros.h" ¶          "{Src}macros.h" ¶
794            {BLOCKINPUT_H_GROUP} ¶
795          "{Src}disptab.h" ¶          "{Src}disptab.h" ¶
796          "{Src}termhooks.h" ¶          "{Src}termhooks.h" ¶
797          {INTERVALS_H_GROUP} ¶          {INTERVALS_H_GROUP} ¶
798          "{Src}keyboard.h" ¶          "{Src}keyboard.h" ¶
799            "{Src}keymap.h" ¶
800          "{Src}coding.h" ¶          "{Src}coding.h" ¶
801                  "{Src}ccl.h" ¶                  "{Src}ccl.h" ¶
802          "{Src}process.h" ¶          "{Src}process.h" ¶
# Line 801  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 804  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
804          "{Src}fontset.h" ¶          "{Src}fontset.h" ¶
805          "{Src}macterm.h" ¶          "{Src}macterm.h" ¶
806                  "{Src}macgui.h" ¶                  "{Src}macgui.h" ¶
807                  "{Src}frame.h"                    "{Src}frame.h"
808            
809  {Src}xfaces.c.x Ä ¶  {Src}xfaces.c.x Ä ¶
810          {CONFIG_H_GROUP} ¶          {CONFIG_H_GROUP} ¶
811          "{Includes}sys:types.h" ¶          "{Includes}sys:types.h" ¶
# Line 907  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl Line 910  Emacs ÄÄ {Makefile} "{Source}"Emacs.macl
910          "{Src}termhooks.h" ¶          "{Src}termhooks.h" ¶
911          "{Src}coding.h" ¶          "{Src}coding.h" ¶
912                  "{Src}ccl.h"                  "{Src}ccl.h"
913                    
914                    
915  #----------------------------------------#  #----------------------------------------#
916  # Variables and rules for target "Clean" #  # Variables and rules for target "Clean" #
917  #----------------------------------------#  #----------------------------------------#
# Line 1089  Doc Ä {DocTarget}DOC Line 1092  Doc Ä {DocTarget}DOC
1092  #-----------------------------------------------#  #-----------------------------------------------#
1093    
1094  Make-DocFile-Includes           = -i :inc:  Make-DocFile-Includes           = -i :inc:
1095  Make-DocFile-Sym                        =  Make-DocFile-Sym                        =
1096    
1097  Make-DocFile-PPCCOptions        = -typecheck relaxed -w off -noMapCR ¶  Make-DocFile-PPCCOptions        = -typecheck relaxed -w off -noMapCR ¶
1098                                                                  {Make-DocFile-Includes} {Make-DocFile-Sym}                                                                  {Make-DocFile-Includes} {Make-DocFile-Sym}

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26