diff options
| author | Dan Nicolaescu | 2008-02-04 17:27:36 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-04 17:27:36 +0000 |
| commit | c0bc797888951a468475c76d3cfa00c2a2a92547 (patch) | |
| tree | e69d397163f86a2ca13335bb2ec190150a5e7707 | |
| parent | e3a77b22d272d31cedbd9eab9b37feda0e13f8d6 (diff) | |
| download | emacs-c0bc797888951a468475c76d3cfa00c2a2a92547.tar.gz emacs-c0bc797888951a468475c76d3cfa00c2a2a92547.zip | |
* make-dist: Remove references to files in mac/ that have been
deleted.
* README:
* INSTALL: Only mention MacOSX.
* cw6-mcp.xml:
* make-package:
* makefile.MPW:
* inc/alloca.h:
* inc/config.h:
* inc/defs-cw6.h:
* inc/dirent.h:
* inc/epaths.h:
* inc/grp.h:
* inc/m-mac.h:
* inc/pwd.h:
* inc/s-mac.h:
* inc/termio.h:
* inc/utime.h:
* inc/utsname.h:
* inc/sys/file.h:
* inc/sys/ioctl.h:
* inc/sys/param.h:
* inc/sys/stat.h:
* inc/sys/time.h:
* inc/sys/types.h:
* src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
systems.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | mac/ChangeLog | 30 | ||||
| -rw-r--r-- | mac/INSTALL | 40 | ||||
| -rw-r--r-- | mac/README | 15 | ||||
| -rw-r--r-- | mac/cw6-mcp.xml | 2340 | ||||
| -rw-r--r-- | mac/inc/alloca.h | 33 | ||||
| -rw-r--r-- | mac/inc/config.h | 1196 | ||||
| -rw-r--r-- | mac/inc/defs-cw6.h | 30 | ||||
| -rw-r--r-- | mac/inc/dirent.h | 52 | ||||
| -rw-r--r-- | mac/inc/epaths.h | 68 | ||||
| -rwxr-xr-x | mac/inc/grp.h | 37 | ||||
| -rw-r--r-- | mac/inc/m-mac.h | 121 | ||||
| -rw-r--r-- | mac/inc/pwd.h | 41 | ||||
| -rw-r--r-- | mac/inc/s-mac.h | 317 | ||||
| -rw-r--r-- | mac/inc/sys/file.h | 63 | ||||
| -rw-r--r-- | mac/inc/sys/ioctl.h | 35 | ||||
| -rw-r--r-- | mac/inc/sys/param.h | 32 | ||||
| -rw-r--r-- | mac/inc/sys/stat.h | 90 | ||||
| -rw-r--r-- | mac/inc/sys/time.h | 50 | ||||
| -rw-r--r-- | mac/inc/sys/types.h | 44 | ||||
| -rw-r--r-- | mac/inc/termio.h | 72 | ||||
| -rw-r--r-- | mac/inc/utime.h | 41 | ||||
| -rw-r--r-- | mac/inc/utsname.h | 36 | ||||
| -rw-r--r-- | mac/makefile.MPW | 1175 | ||||
| -rw-r--r-- | mac/src/EmacsMPW.r | 60 | ||||
| -rwxr-xr-x | make-dist | 12 |
26 files changed, 42 insertions, 5993 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * make-dist: Remove references to files in mac/ that have been | ||
| 4 | deleted. | ||
| 5 | |||
| 1 | 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org> | 6 | 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 7 | ||
| 3 | * configure.in: For libotf and m17n-flt checks, set shell vars | 8 | * configure.in: For libotf and m17n-flt checks, set shell vars |
diff --git a/mac/ChangeLog b/mac/ChangeLog index 63c0791e2f9..ea453021145 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * README: | ||
| 4 | * INSTALL: Only mention MacOSX. | ||
| 5 | |||
| 6 | * cw6-mcp.xml: | ||
| 7 | * make-package: | ||
| 8 | * makefile.MPW: | ||
| 9 | * inc/alloca.h: | ||
| 10 | * inc/config.h: | ||
| 11 | * inc/defs-cw6.h: | ||
| 12 | * inc/dirent.h: | ||
| 13 | * inc/epaths.h: | ||
| 14 | * inc/grp.h: | ||
| 15 | * inc/m-mac.h: | ||
| 16 | * inc/pwd.h: | ||
| 17 | * inc/s-mac.h: | ||
| 18 | * inc/termio.h: | ||
| 19 | * inc/utime.h: | ||
| 20 | * inc/utsname.h: | ||
| 21 | * inc/sys/file.h: | ||
| 22 | * inc/sys/ioctl.h: | ||
| 23 | * inc/sys/param.h: | ||
| 24 | * inc/sys/stat.h: | ||
| 25 | * inc/sys/time.h: | ||
| 26 | * inc/sys/types.h: | ||
| 27 | * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX | ||
| 28 | systems. | ||
| 29 | * inc: Remove directory. | ||
| 30 | |||
| 1 | 2008-01-04 Glenn Morris <rgm@gnu.org> | 31 | 2008-01-04 Glenn Morris <rgm@gnu.org> |
| 2 | 32 | ||
| 3 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: | 33 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: |
diff --git a/mac/INSTALL b/mac/INSTALL index e7d952a60f1..ac581adcdd7 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- | 1 | * BUILDING EMACS ON MAC OS X -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| @@ -158,49 +158,13 @@ characters in the name fails" mentioned in etc/PROBLEMS, you may not | |||
| 158 | move a self-contained Emacs.app application bundle to a non-ASCII | 158 | move a self-contained Emacs.app application bundle to a non-ASCII |
| 159 | directory. | 159 | directory. |
| 160 | 160 | ||
| 161 | * BUILDING EMACS ON MAC OS Classic | ||
| 162 | |||
| 163 | You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be | ||
| 164 | downloaded free of charge from Apple. | ||
| 165 | |||
| 166 | ### IMPORTANT ### You can use StuffIt Expander to decompress and untar | ||
| 167 | the distribution. However, you *must* set the radio button in the | ||
| 168 | Preferences->Cross Platform->Convert text files to Macintosh format to | ||
| 169 | "Never". Otherwise the compiled Lisp files will be corrupted. | ||
| 170 | |||
| 171 | (Optional) A subset of the fonts from the GNU intlfonts-1.2 | ||
| 172 | distribution converted to NFNT format can be obtained from | ||
| 173 | |||
| 174 | http://members.shaw.ca/akochoi-emacs/stories/Resources/GNU-Fonts.smi.bin | ||
| 175 | |||
| 176 | To build Emacs in the MPW Shell, simply set the directory to | ||
| 177 | ...:emacs:mac: and build the target Emacs of the make file | ||
| 178 | makefile.MPW. I.e., execute the commands | ||
| 179 | |||
| 180 | make Emacs -f makefile.MPW > Emacs.MakeScript | ||
| 181 | Emacs.MakeScript | ||
| 182 | |||
| 183 | The above commands create an executable that uses the Carbon API. | ||
| 184 | The non-Carbon version can also be created by replacing all the | ||
| 185 | occurrences of `Emacs' above with `NonCarbon'. Not that the | ||
| 186 | non-Carbon version does not support some features such as file | ||
| 187 | dialogs, drag-and-drop, and Unicode menus. | ||
| 188 | |||
| 189 | Once built, the Emacs application (Emacs MPW) can be launched where it | ||
| 190 | is created. | ||
| 191 | |||
| 192 | * NOTES | 161 | * NOTES |
| 193 | 162 | ||
| 194 | Emacs should build and run on a PowerMac running Mac OS 8.6 - 9.2 (but | 163 | Emacs should build and run on a PowerMac running Mac OS X 10.1 - 10.5. |
| 195 | only tested on 9.2.2), and Mac OS X 10.1 - 10.5. | ||
| 196 | 164 | ||
| 197 | You will need around 100 MB of disk space for the source files and | 165 | You will need around 100 MB of disk space for the source files and |
| 198 | intermediate files. | 166 | intermediate files. |
| 199 | 167 | ||
| 200 | Under Mac OS Classic, there is no support for building the LEIM | ||
| 201 | directory. However, it can be built on Mac OS X or another platform | ||
| 202 | and transferred to the Mac. | ||
| 203 | |||
| 204 | On Mac OS X, installing the emacs files in /usr can cause issues with | 168 | On Mac OS X, installing the emacs files in /usr can cause issues with |
| 205 | system software updates possibly overwriting the distribution. If this | 169 | system software updates possibly overwriting the distribution. If this |
| 206 | is a concern, as it should be in normal binary distributions, please | 170 | is a concern, as it should be in normal binary distributions, please |
diff --git a/mac/README b/mac/README index bc6b075f598..e4110b1b36b 100644 --- a/mac/README +++ b/mac/README | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | Emacs for Mac OS Classic and Mac OS X | 1 | Emacs for Mac OS X |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | This directory contains the files needed to build Emacs on the Mac OS | 8 | This directory contains the files needed to build Emacs on Mac OS X. |
| 9 | Classic and Mac OS X. Many of the major features of the Unix version | 9 | Many of the major features of the Unix version |
| 10 | are supported: multiple frames, colors, scroll bars, menu bars, use of | 10 | are supported: multiple frames, colors, scroll bars, menu bars, use of |
| 11 | the mouse, fontsets, international characters, input methods, and | 11 | the mouse, fontsets, international characters, input methods, and |
| 12 | coding systems. | 12 | coding systems. |
| @@ -15,15 +15,6 @@ Mac OS specific support includes document drag-and-drop in the Finder, | |||
| 15 | transfer of text to and from other applications via the clipboard, and | 15 | transfer of text to and from other applications via the clipboard, and |
| 16 | sending AppleScript commands to other applications from Emacs. | 16 | sending AppleScript commands to other applications from Emacs. |
| 17 | 17 | ||
| 18 | The following are not supported on Mac OS Classic: unexec (dump-emacs), | ||
| 19 | asynchronous subprocesses (start-process), and networking | ||
| 20 | (open-network-stream). These features work fine on Mac OS X. | ||
| 21 | |||
| 22 | There is basic support for synchronous subprocesses (call-process) on | ||
| 23 | Mac OS Classic (non-Carbon build only) although Unix commands that are | ||
| 24 | used will need to be ported. | ||
| 25 | |||
| 26 | MPW-GM (August 2001) can be used to build Emacs on the Mac OS Classic. | ||
| 27 | On Mac OS X, Emacs can be built using the Developer Tools. See the | 18 | On Mac OS X, Emacs can be built using the Developer Tools. See the |
| 28 | INSTALL file in this directory for instructions on building Emacs. | 19 | INSTALL file in this directory for instructions on building Emacs. |
| 29 | 20 | ||
diff --git a/mac/cw6-mcp.xml b/mac/cw6-mcp.xml deleted file mode 100644 index 09b40039ae8..00000000000 --- a/mac/cw6-mcp.xml +++ /dev/null | |||
| @@ -1,2340 +0,0 @@ | |||
| 1 | <!-- | ||
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | ||
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify it | ||
| 8 | under the terms of the GNU General Public License as published by the | ||
| 9 | Free Software Foundation; either version 3, or (at your option) any | ||
| 10 | later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, but | ||
| 13 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 15 | General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to the Free | ||
| 19 | Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 20 | MA 02110-1301, USA. | ||
| 21 | |||
| 22 | |||
| 23 | Contributed by Andrew Choi (akochoi@mac.com). | ||
| 24 | |||
| 25 | Exported from the emacs-cw6.mcp project in Metrowerks CodeWarrior Pro | ||
| 26 | 6 for distribution. This copyright notice was then added by hand. | ||
| 27 | Choose the command File->Import Project... to recreate the | ||
| 28 | emacs-cw6.mcp project. | ||
| 29 | |||
| 30 | --> | ||
| 31 | |||
| 32 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
| 33 | <?codewarrior exportversion="1.0.1" ideversion="4.1" ?> | ||
| 34 | |||
| 35 | <!DOCTYPE PROJECT [ | ||
| 36 | <!ELEMENT PROJECT (TARGETLIST, TARGETORDER, GROUPLIST, DESIGNLIST?)> | ||
| 37 | <!ELEMENT TARGETLIST (TARGET+)> | ||
| 38 | <!ELEMENT TARGET (NAME, SETTINGLIST, FILELIST?, LINKORDER?, SEGMENTLIST?, OVERLAYGROUPLIST?, SUBTARGETLIST?, SUBPROJECTLIST?)> | ||
| 39 | <!ELEMENT NAME (#PCDATA)> | ||
| 40 | <!ELEMENT USERSOURCETREETYPE (#PCDATA)> | ||
| 41 | <!ELEMENT PATH (#PCDATA)> | ||
| 42 | <!ELEMENT FILELIST (FILE*)> | ||
| 43 | <!ELEMENT FILE (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?, ROOTFILEREF?, FILEKIND?, FILEFLAGS?)> | ||
| 44 | <!ELEMENT PATHTYPE (#PCDATA)> | ||
| 45 | <!ELEMENT PATHROOT (#PCDATA)> | ||
| 46 | <!ELEMENT ACCESSPATH (#PCDATA)> | ||
| 47 | <!ELEMENT PATHFORMAT (#PCDATA)> | ||
| 48 | <!ELEMENT ROOTFILEREF (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)> | ||
| 49 | <!ELEMENT FILEKIND (#PCDATA)> | ||
| 50 | <!ELEMENT FILEFLAGS (#PCDATA)> | ||
| 51 | <!ELEMENT FILEREF (TARGETNAME?, PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)> | ||
| 52 | <!ELEMENT TARGETNAME (#PCDATA)> | ||
| 53 | <!ELEMENT SETTINGLIST ((SETTING|PANELDATA)+)> | ||
| 54 | <!ELEMENT SETTING (NAME?, (VALUE|(SETTING+)))> | ||
| 55 | <!ELEMENT PANELDATA (NAME, VALUE)> | ||
| 56 | <!ELEMENT VALUE (#PCDATA)> | ||
| 57 | <!ELEMENT LINKORDER (FILEREF*)> | ||
| 58 | <!ELEMENT SEGMENTLIST (SEGMENT+)> | ||
| 59 | <!ELEMENT SEGMENT (NAME, ATTRIBUTES?, FILEREF*)> | ||
| 60 | <!ELEMENT ATTRIBUTES (#PCDATA)> | ||
| 61 | <!ELEMENT OVERLAYGROUPLIST (OVERLAYGROUP+)> | ||
| 62 | <!ELEMENT OVERLAYGROUP (NAME, BASEADDRESS, OVERLAY*)> | ||
| 63 | <!ELEMENT BASEADDRESS (#PCDATA)> | ||
| 64 | <!ELEMENT OVERLAY (NAME, FILEREF*)> | ||
| 65 | <!ELEMENT SUBTARGETLIST (SUBTARGET+)> | ||
| 66 | <!ELEMENT SUBTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)> | ||
| 67 | <!ELEMENT SUBPROJECTLIST (SUBPROJECT+)> | ||
| 68 | <!ELEMENT SUBPROJECT (FILEREF, SUBPROJECTTARGETLIST)> | ||
| 69 | <!ELEMENT SUBPROJECTTARGETLIST (SUBPROJECTTARGET*)> | ||
| 70 | <!ELEMENT SUBPROJECTTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)> | ||
| 71 | <!ELEMENT TARGETORDER (ORDEREDTARGET|ORDEREDDESIGN)*> | ||
| 72 | <!ELEMENT ORDEREDTARGET (NAME)> | ||
| 73 | <!ELEMENT ORDEREDDESIGN (NAME, ORDEREDTARGET+)> | ||
| 74 | <!ELEMENT GROUPLIST (GROUP|FILEREF)*> | ||
| 75 | <!ELEMENT GROUP (NAME, (GROUP|FILEREF)*)> | ||
| 76 | <!ELEMENT DESIGNLIST (DESIGN+)> | ||
| 77 | <!ELEMENT DESIGN (NAME, DESIGNDATA)> | ||
| 78 | <!ELEMENT DESIGNDATA (#PCDATA)> | ||
| 79 | ]> | ||
| 80 | |||
| 81 | <PROJECT> | ||
| 82 | <TARGETLIST> | ||
| 83 | <TARGET> | ||
| 84 | <NAME>Emacs CW</NAME> | ||
| 85 | <SETTINGLIST> | ||
| 86 | |||
| 87 | <!-- Settings for "Source Trees" panel --> | ||
| 88 | <SETTING><NAME>UserSourceTrees</NAME><VALUE></VALUE></SETTING> | ||
| 89 | |||
| 90 | <!-- Settings for "Access Paths" panel --> | ||
| 91 | <SETTING><NAME>AlwaysSearchUserPaths</NAME><VALUE>true</VALUE></SETTING> | ||
| 92 | <SETTING><NAME>InterpretDOSAndUnixPaths</NAME><VALUE>true</VALUE></SETTING> | ||
| 93 | <SETTING><NAME>UserSearchPaths</NAME> | ||
| 94 | <SETTING> | ||
| 95 | <SETTING><NAME>SearchPath</NAME> | ||
| 96 | <SETTING><NAME>Path</NAME><VALUE>:inc:</VALUE></SETTING> | ||
| 97 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 98 | <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> | ||
| 99 | </SETTING> | ||
| 100 | <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> | ||
| 101 | <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> | ||
| 102 | </SETTING> | ||
| 103 | <SETTING> | ||
| 104 | <SETTING><NAME>SearchPath</NAME> | ||
| 105 | <SETTING><NAME>Path</NAME><VALUE>:src:</VALUE></SETTING> | ||
| 106 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 107 | <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> | ||
| 108 | </SETTING> | ||
| 109 | <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> | ||
| 110 | <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> | ||
| 111 | </SETTING> | ||
| 112 | <SETTING> | ||
| 113 | <SETTING><NAME>SearchPath</NAME> | ||
| 114 | <SETTING><NAME>Path</NAME><VALUE>::src:</VALUE></SETTING> | ||
| 115 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 116 | <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> | ||
| 117 | </SETTING> | ||
| 118 | <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> | ||
| 119 | <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> | ||
| 120 | </SETTING> | ||
| 121 | </SETTING> | ||
| 122 | <SETTING><NAME>SystemSearchPaths</NAME> | ||
| 123 | <SETTING> | ||
| 124 | <SETTING><NAME>SearchPath</NAME> | ||
| 125 | <SETTING><NAME>Path</NAME><VALUE>:inc:</VALUE></SETTING> | ||
| 126 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 127 | <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> | ||
| 128 | </SETTING> | ||
| 129 | <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> | ||
| 130 | <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> | ||
| 131 | </SETTING> | ||
| 132 | <SETTING> | ||
| 133 | <SETTING><NAME>SearchPath</NAME> | ||
| 134 | <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING> | ||
| 135 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 136 | <SETTING><NAME>PathRoot</NAME><VALUE>CodeWarrior</VALUE></SETTING> | ||
| 137 | </SETTING> | ||
| 138 | <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING> | ||
| 139 | <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> | ||
| 140 | </SETTING> | ||
| 141 | </SETTING> | ||
| 142 | |||
| 143 | <!-- Settings for "Debugger Runtime" panel --> | ||
| 144 | <SETTING><NAME>MWRuntimeSettings_WorkingDirectory</NAME><VALUE></VALUE></SETTING> | ||
| 145 | <SETTING><NAME>MWRuntimeSettings_CommandLine</NAME><VALUE></VALUE></SETTING> | ||
| 146 | <SETTING><NAME>MWRuntimeSettings_HostApplication</NAME> | ||
| 147 | <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING> | ||
| 148 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 149 | <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING> | ||
| 150 | </SETTING> | ||
| 151 | <SETTING><NAME>MWRuntimeSettings_EnvVars</NAME><VALUE></VALUE></SETTING> | ||
| 152 | |||
| 153 | <!-- Settings for "Target Settings" panel --> | ||
| 154 | <SETTING><NAME>Linker</NAME><VALUE>MacOS PPC Linker</VALUE></SETTING> | ||
| 155 | <SETTING><NAME>PreLinker</NAME><VALUE></VALUE></SETTING> | ||
| 156 | <SETTING><NAME>PostLinker</NAME><VALUE></VALUE></SETTING> | ||
| 157 | <SETTING><NAME>Targetname</NAME><VALUE>Emacs CW</VALUE></SETTING> | ||
| 158 | <SETTING><NAME>OutputDirectory</NAME> | ||
| 159 | <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING> | ||
| 160 | <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING> | ||
| 161 | <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING> | ||
| 162 | </SETTING> | ||
| 163 | <SETTING><NAME>SaveEntriesUsingRelativePaths</NAME><VALUE>false</VALUE></SETTING> | ||
| 164 | |||
| 165 | <!-- Settings for "File Mappings" panel --> | ||
| 166 | <SETTING><NAME>FileMappings</NAME> | ||
| 167 | <SETTING> | ||
| 168 | <SETTING><NAME>FileType</NAME><VALUE>APPL</VALUE></SETTING> | ||
| 169 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 170 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 171 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 172 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 173 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 174 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 175 | </SETTING> | ||
| 176 | <SETTING> | ||
| 177 | <SETTING><NAME>FileType</NAME><VALUE>Appl</VALUE></SETTING> | ||
| 178 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 179 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 180 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 181 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 182 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 183 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 184 | </SETTING> | ||
| 185 | <SETTING> | ||
| 186 | <SETTING><NAME>FileType</NAME><VALUE>MMLB</VALUE></SETTING> | ||
| 187 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 188 | <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING> | ||
| 189 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 190 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 191 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 192 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 193 | </SETTING> | ||
| 194 | <SETTING> | ||
| 195 | <SETTING><NAME>FileType</NAME><VALUE>MPLF</VALUE></SETTING> | ||
| 196 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 197 | <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING> | ||
| 198 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 199 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 200 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 201 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 202 | </SETTING> | ||
| 203 | <SETTING> | ||
| 204 | <SETTING><NAME>FileType</NAME><VALUE>MWCD</VALUE></SETTING> | ||
| 205 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 206 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 207 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 208 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 209 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 210 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 211 | </SETTING> | ||
| 212 | <SETTING> | ||
| 213 | <SETTING><NAME>FileType</NAME><VALUE>RSRC</VALUE></SETTING> | ||
| 214 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 215 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 216 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 217 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 218 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 219 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 220 | </SETTING> | ||
| 221 | <SETTING> | ||
| 222 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 223 | <SETTING><NAME>FileExtension</NAME><VALUE>.bh</VALUE></SETTING> | ||
| 224 | <SETTING><NAME>Compiler</NAME><VALUE>Balloon Help</VALUE></SETTING> | ||
| 225 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 226 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 227 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 228 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 229 | </SETTING> | ||
| 230 | <SETTING> | ||
| 231 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 232 | <SETTING><NAME>FileExtension</NAME><VALUE>.c</VALUE></SETTING> | ||
| 233 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 234 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 235 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 236 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 237 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 238 | </SETTING> | ||
| 239 | <SETTING> | ||
| 240 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 241 | <SETTING><NAME>FileExtension</NAME><VALUE>.c++</VALUE></SETTING> | ||
| 242 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 243 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 244 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 245 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 246 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 247 | </SETTING> | ||
| 248 | <SETTING> | ||
| 249 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 250 | <SETTING><NAME>FileExtension</NAME><VALUE>.cc</VALUE></SETTING> | ||
| 251 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 252 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 253 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 254 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 255 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 256 | </SETTING> | ||
| 257 | <SETTING> | ||
| 258 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 259 | <SETTING><NAME>FileExtension</NAME><VALUE>.cp</VALUE></SETTING> | ||
| 260 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 261 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 262 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 263 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 264 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 265 | </SETTING> | ||
| 266 | <SETTING> | ||
| 267 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 268 | <SETTING><NAME>FileExtension</NAME><VALUE>.cpp</VALUE></SETTING> | ||
| 269 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 270 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 271 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 272 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 273 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 274 | </SETTING> | ||
| 275 | <SETTING> | ||
| 276 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 277 | <SETTING><NAME>FileExtension</NAME><VALUE>.exp</VALUE></SETTING> | ||
| 278 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 279 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 280 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 281 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 282 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 283 | </SETTING> | ||
| 284 | <SETTING> | ||
| 285 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 286 | <SETTING><NAME>FileExtension</NAME><VALUE>.gc</VALUE></SETTING> | ||
| 287 | <SETTING><NAME>Compiler</NAME><VALUE>GameCode Converter</VALUE></SETTING> | ||
| 288 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 289 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 290 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 291 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 292 | </SETTING> | ||
| 293 | <SETTING> | ||
| 294 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 295 | <SETTING><NAME>FileExtension</NAME><VALUE>.h</VALUE></SETTING> | ||
| 296 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 297 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 298 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 299 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 300 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING> | ||
| 301 | </SETTING> | ||
| 302 | <SETTING> | ||
| 303 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 304 | <SETTING><NAME>FileExtension</NAME><VALUE>.l</VALUE></SETTING> | ||
| 305 | <SETTING><NAME>Compiler</NAME><VALUE>Flex Preprocessor</VALUE></SETTING> | ||
| 306 | <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING> | ||
| 307 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 308 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 309 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 310 | </SETTING> | ||
| 311 | <SETTING> | ||
| 312 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 313 | <SETTING><NAME>FileExtension</NAME><VALUE>.p</VALUE></SETTING> | ||
| 314 | <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING> | ||
| 315 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 316 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 317 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 318 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 319 | </SETTING> | ||
| 320 | <SETTING> | ||
| 321 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 322 | <SETTING><NAME>FileExtension</NAME><VALUE>.pas</VALUE></SETTING> | ||
| 323 | <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING> | ||
| 324 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 325 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 326 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 327 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 328 | </SETTING> | ||
| 329 | <SETTING> | ||
| 330 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 331 | <SETTING><NAME>FileExtension</NAME><VALUE>.pch</VALUE></SETTING> | ||
| 332 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 333 | <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING> | ||
| 334 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 335 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 336 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 337 | </SETTING> | ||
| 338 | <SETTING> | ||
| 339 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 340 | <SETTING><NAME>FileExtension</NAME><VALUE>.pch++</VALUE></SETTING> | ||
| 341 | <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING> | ||
| 342 | <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING> | ||
| 343 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 344 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 345 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 346 | </SETTING> | ||
| 347 | <SETTING> | ||
| 348 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 349 | <SETTING><NAME>FileExtension</NAME><VALUE>.ppu</VALUE></SETTING> | ||
| 350 | <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING> | ||
| 351 | <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING> | ||
| 352 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 353 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 354 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 355 | </SETTING> | ||
| 356 | <SETTING> | ||
| 357 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 358 | <SETTING><NAME>FileExtension</NAME><VALUE>.r</VALUE></SETTING> | ||
| 359 | <SETTING><NAME>Compiler</NAME><VALUE>Rez</VALUE></SETTING> | ||
| 360 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 361 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 362 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 363 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 364 | </SETTING> | ||
| 365 | <SETTING> | ||
| 366 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 367 | <SETTING><NAME>FileExtension</NAME><VALUE>.s</VALUE></SETTING> | ||
| 368 | <SETTING><NAME>Compiler</NAME><VALUE>PPCAsm</VALUE></SETTING> | ||
| 369 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 370 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 371 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 372 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 373 | </SETTING> | ||
| 374 | <SETTING> | ||
| 375 | <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING> | ||
| 376 | <SETTING><NAME>FileExtension</NAME><VALUE>.y</VALUE></SETTING> | ||
| 377 | <SETTING><NAME>Compiler</NAME><VALUE>Bison Preprocessor</VALUE></SETTING> | ||
| 378 | <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING> | ||
| 379 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 380 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 381 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 382 | </SETTING> | ||
| 383 | <SETTING> | ||
| 384 | <SETTING><NAME>FileType</NAME><VALUE>XCOF</VALUE></SETTING> | ||
| 385 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 386 | <SETTING><NAME>Compiler</NAME><VALUE>XCOFF Import PPC</VALUE></SETTING> | ||
| 387 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 388 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 389 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 390 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 391 | </SETTING> | ||
| 392 | <SETTING> | ||
| 393 | <SETTING><NAME>FileType</NAME><VALUE>docu</VALUE></SETTING> | ||
| 394 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 395 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 396 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 397 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 398 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 399 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 400 | </SETTING> | ||
| 401 | <SETTING> | ||
| 402 | <SETTING><NAME>FileType</NAME><VALUE>rsrc</VALUE></SETTING> | ||
| 403 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 404 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 405 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 406 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 407 | <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING> | ||
| 408 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 409 | </SETTING> | ||
| 410 | <SETTING> | ||
| 411 | <SETTING><NAME>FileType</NAME><VALUE>shlb</VALUE></SETTING> | ||
| 412 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 413 | <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING> | ||
| 414 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 415 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 416 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 417 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 418 | </SETTING> | ||
| 419 | <SETTING> | ||
| 420 | <SETTING><NAME>FileType</NAME><VALUE>stub</VALUE></SETTING> | ||
| 421 | <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING> | ||
| 422 | <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING> | ||
| 423 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 424 | <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING> | ||
| 425 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 426 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING> | ||
| 427 | </SETTING> | ||
| 428 | <SETTING> | ||
| 429 | <SETTING><NAME>FileExtension</NAME><VALUE>.doc</VALUE></SETTING> | ||
| 430 | <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING> | ||
| 431 | <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING> | ||
| 432 | <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING> | ||
| 433 | <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING> | ||
| 434 | <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING> | ||
| 435 | </SETTING> | ||
| 436 | </SETTING> | ||
| 437 | |||
| 438 | <!-- Settings for "Build Extras" panel --> | ||
| 439 | <SETTING><NAME>CacheModDates</NAME><VALUE>true</VALUE></SETTING> | ||
| 440 | <SETTING><NAME>ActivateBrowser</NAME><VALUE>true</VALUE></SETTING> | ||
| 441 | <SETTING><NAME>DumpBrowserInfo</NAME><VALUE>false</VALUE></SETTING> | ||
| 442 | <SETTING><NAME>CacheSubprojects</NAME><VALUE>true</VALUE></SETTING> | ||
| 443 | <SETTING><NAME>UseThirdPartyDebugger</NAME><VALUE>false</VALUE></SETTING> | ||
| 444 | <SETTING><NAME>DebuggerCommandLine</NAME><VALUE></VALUE></SETTING> | ||
| 445 | |||
| 446 | <!-- Settings for "Debugger Target" panel --> | ||
| 447 | <SETTING><NAME>LogSystemMessages</NAME><VALUE>false</VALUE></SETTING> | ||
| 448 | <SETTING><NAME>AutoTargetDLLs</NAME><VALUE>false</VALUE></SETTING> | ||
| 449 | <SETTING><NAME>StopAtWatchpoints</NAME><VALUE>true</VALUE></SETTING> | ||
| 450 | <SETTING><NAME>PauseWhileRunning</NAME><VALUE>false</VALUE></SETTING> | ||
| 451 | <SETTING><NAME>PauseInterval</NAME><VALUE>5</VALUE></SETTING> | ||
| 452 | <SETTING><NAME>PauseUIFlags</NAME><VALUE>0</VALUE></SETTING> | ||
| 453 | <SETTING><NAME>AltExePath</NAME> | ||
| 454 | <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING> | ||
| 455 | <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING> | ||
| 456 | <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING> | ||
| 457 | </SETTING> | ||
| 458 | <SETTING><NAME>StopAtTempBPOnLaunch</NAME><VALUE>true</VALUE></SETTING> | ||
| 459 | <SETTING><NAME>CacheSymbolics</NAME><VALUE>true</VALUE></SETTING> | ||
| 460 | <SETTING><NAME>TempBPFunctionName</NAME><VALUE>main</VALUE></SETTING> | ||
| 461 | <SETTING><NAME>TempBPType</NAME><VALUE>false</VALUE></SETTING> | ||
| 462 | <PANELDATA><NAME>Remote Debug</NAME><VALUE> | ||
| 463 | 00030000000000000000000006B1783006B29470000000000000030007609AE0 | ||
| 464 | 00000000000000000000000006B17830000000002E646F630000000000000000 | ||
| 465 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 466 | 000000000000000000000000000000000000000050000000000000002E6C6962 | ||
| 467 | 000000000000000000000000000000000000000000000000000000004C696220 | ||
| 468 | 496D706F72742078383600000000000000000000000000000000000000000000 | ||
| 469 | 000000002E6F0000000000000000000000000000000000000000000000000000 | ||
| 470 | 000000004F626A20496D706F7274207838360000000000000000000000000000 | ||
| 471 | 0000000000000000000000002E6F626A00000000000000000000000000000000 | ||
| 472 | 0000000000000000000000004F626A20496D706F727420783836000000000000 | ||
| 473 | 00000000000000000000000000000000000000002E7265730000000000000000 | ||
| 474 | 000000000000000000000000000000000000000057696E52657320496D706F72 | ||
| 475 | 7400000000000000000000000000000000000000000000000000000000000000 | ||
| 476 | 06B290200000000000ACF2E007609AE000000000000000000000000006B17830 | ||
| 477 | 000000000000544558542E637000000000000000000000000000000000000000 | ||
| 478 | 000000000000000000004D5720432F432B2B2050504300000000000000000000 | ||
| 479 | 0000000000000000000000000000544558542E63707000000000000000000000 | ||
| 480 | 0000000000000000000000000000000000004D5720432F432B2B205050430000 | ||
| 481 | 00000000000000000000000000000000000000000000544558542E6578700000 | ||
| 482 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 483 | 0000000000000000000000000000000000000000000000000000000000005445 | ||
| 484 | 58542E6763000000000000000000000000000000000000000000000000000000 | ||
| 485 | 000047616D65436F646520436F6E766572746572000000000000000000000000 | ||
| 486 | 000040000000544558542E680000000000000000000000000000000000000000 | ||
| 487 | 000000000000 | ||
| 488 | </VALUE></PANELDATA> | ||
| 489 | <PANELDATA><NAME>Auto-target</NAME><VALUE> | ||
| 490 | 00010000 | ||
| 491 | </VALUE></PANELDATA> | ||
| 492 | |||
| 493 | <!-- Settings for "Custom Keywords" panel --> | ||
| 494 | <SETTING><NAME>CustomColor1</NAME> | ||
| 495 | <SETTING><NAME>Red</NAME><VALUE>6168</VALUE></SETTING> | ||
| 496 | <SETTING><NAME>Green</NAME><VALUE>24672</VALUE></SETTING> | ||
| 497 | <SETTING><NAME>Blue</NAME><VALUE>23130</VALUE></SETTING> | ||
| 498 | </SETTING> | ||
| 499 | <SETTING><NAME>CustomColor2</NAME> | ||
| 500 | <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING> | ||
| 501 | <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING> | ||
| 502 | <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING> | ||
| 503 | </SETTING> | ||
| 504 | <SETTING><NAME>CustomColor3</NAME> | ||
| 505 | <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING> | ||
| 506 | <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING> | ||
| 507 | <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING> | ||
| 508 | </SETTING> | ||
| 509 | <SETTING><NAME>CustomColor4</NAME> | ||
| 510 | <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING> | ||
| 511 | <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING> | ||
| 512 | <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING> | ||
| 513 | </SETTING> | ||
| 514 | |||
| 515 | <!-- Settings for "68K CodeGen" panel --> | ||
| 516 | <SETTING><NAME>MWCodeGen_68K_codesize</NAME><VALUE>Smart</VALUE></SETTING> | ||
| 517 | <SETTING><NAME>MWCodeGen_68K_structalignment</NAME><VALUE>MC68K</VALUE></SETTING> | ||
| 518 | <SETTING><NAME>MWCodeGen_68K_fp_mode</NAME><VALUE>SANE</VALUE></SETTING> | ||
| 519 | <SETTING><NAME>MWCodeGen_68K_code68020</NAME><VALUE>0</VALUE></SETTING> | ||
| 520 | <SETTING><NAME>MWCodeGen_68K_profiler</NAME><VALUE>0</VALUE></SETTING> | ||
| 521 | <SETTING><NAME>MWCodeGen_68K_mpwc</NAME><VALUE>0</VALUE></SETTING> | ||
| 522 | <SETTING><NAME>MWCodeGen_68K_fourbyteints</NAME><VALUE>1</VALUE></SETTING> | ||
| 523 | <SETTING><NAME>MWCodeGen_68K_IEEEdoubles</NAME><VALUE>1</VALUE></SETTING> | ||
| 524 | <SETTING><NAME>MWCodeGen_68K_fardata</NAME><VALUE>1</VALUE></SETTING> | ||
| 525 | <SETTING><NAME>MWCodeGen_68K_farvtables</NAME><VALUE>1</VALUE></SETTING> | ||
| 526 | <SETTING><NAME>MWCodeGen_68K_farstrings</NAME><VALUE>1</VALUE></SETTING> | ||
| 527 | <SETTING><NAME>MWCodeGen_68K_pcrelstrings</NAME><VALUE>0</VALUE></SETTING> | ||
| 528 | <SETTING><NAME>MWCodeGen_68K_macsbug</NAME><VALUE>New</VALUE></SETTING> | ||
| 529 | <SETTING><NAME>MWCodeGen_68K_a6frames</NAME><VALUE>1</VALUE></SETTING> | ||
| 530 | |||
| 531 | <!-- Settings for "68K Disassembler" panel --> | ||
| 532 | <SETTING><NAME>MWDisassembler_68K_showcode</NAME><VALUE>1</VALUE></SETTING> | ||
| 533 | <SETTING><NAME>MWDisassembler_68K_mix</NAME><VALUE>0</VALUE></SETTING> | ||
| 534 | <SETTING><NAME>MWDisassembler_68K_nohex</NAME><VALUE>0</VALUE></SETTING> | ||
| 535 | <SETTING><NAME>MWDisassembler_68K_showdata</NAME><VALUE>1</VALUE></SETTING> | ||
| 536 | <SETTING><NAME>MWDisassembler_68K_showexceptions</NAME><VALUE>1</VALUE></SETTING> | ||
| 537 | <SETTING><NAME>MWDisassembler_68K_showsym</NAME><VALUE>0</VALUE></SETTING> | ||
| 538 | <SETTING><NAME>MWDisassembler_68K_shownames</NAME><VALUE>1</VALUE></SETTING> | ||
| 539 | |||
| 540 | <!-- Settings for "68K Global Optimizer" panel --> | ||
| 541 | <SETTING><NAME>GlobalOptimizer_68K_optimizationlevel</NAME><VALUE>Level0</VALUE></SETTING> | ||
| 542 | <SETTING><NAME>GlobalOptimizer_68K_optfor</NAME><VALUE>Speed</VALUE></SETTING> | ||
| 543 | |||
| 544 | <!-- Settings for "68K Linker" panel --> | ||
| 545 | <SETTING><NAME>MWLinker_68K_linksym</NAME><VALUE>1</VALUE></SETTING> | ||
| 546 | <SETTING><NAME>MWLinker_68K_symfullpath</NAME><VALUE>1</VALUE></SETTING> | ||
| 547 | <SETTING><NAME>MWLinker_68K_linksingle</NAME><VALUE>0</VALUE></SETTING> | ||
| 548 | <SETTING><NAME>MWLinker_68K_fastlink</NAME><VALUE>1</VALUE></SETTING> | ||
| 549 | <SETTING><NAME>MWLinker_68K_generateMap</NAME><VALUE>0</VALUE></SETTING> | ||
| 550 | <SETTING><NAME>MWLinker_68K_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING> | ||
| 551 | <SETTING><NAME>MWLinker_68K_glueintosegone</NAME><VALUE>1</VALUE></SETTING> | ||
| 552 | <SETTING><NAME>MWLinker_68K_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING> | ||
| 553 | |||
| 554 | <!-- Settings for "68K Project" panel --> | ||
| 555 | <SETTING><NAME>MWProject_68K_type</NAME><VALUE>Application</VALUE></SETTING> | ||
| 556 | <SETTING><NAME>MWProject_68K_outfile</NAME><VALUE>MacOS Toolbox DEBUG 68K</VALUE></SETTING> | ||
| 557 | <SETTING><NAME>MWProject_68K_symfilename</NAME><VALUE></VALUE></SETTING> | ||
| 558 | <SETTING><NAME>MWProject_68K_filecreator</NAME><VALUE>1061109567</VALUE></SETTING> | ||
| 559 | <SETTING><NAME>MWProject_68K_filetype</NAME><VALUE>1095782476</VALUE></SETTING> | ||
| 560 | <SETTING><NAME>MWProject_68K_size</NAME><VALUE>384</VALUE></SETTING> | ||
| 561 | <SETTING><NAME>MWProject_68K_flags</NAME><VALUE>22720</VALUE></SETTING> | ||
| 562 | <SETTING><NAME>MWProject_68K_rsrcheader</NAME><VALUE>Standard</VALUE></SETTING> | ||
| 563 | <SETTING><NAME>MWProject_68K_rsrcname</NAME><VALUE></VALUE></SETTING> | ||
| 564 | <SETTING><NAME>MWProject_68K_rsrctype</NAME><VALUE>1061109567</VALUE></SETTING> | ||
| 565 | <SETTING><NAME>MWProject_68K_rsrcid</NAME><VALUE>0</VALUE></SETTING> | ||
| 566 | <SETTING><NAME>MWProject_68K_rsrcmulti</NAME><VALUE>0</VALUE></SETTING> | ||
| 567 | <SETTING><NAME>MWProject_68K_rsrcstore</NAME><VALUE>0</VALUE></SETTING> | ||
| 568 | <SETTING><NAME>MWProject_68K_rsrcmerge</NAME><VALUE>0</VALUE></SETTING> | ||
| 569 | <SETTING><NAME>MWProject_68K_rsrcflags</NAME><VALUE>0</VALUE></SETTING> | ||
| 570 | <SETTING><NAME>MWProject_68K_a4</NAME><VALUE>0</VALUE></SETTING> | ||
| 571 | <SETTING><NAME>MWProject_68K_minsize</NAME><VALUE>384</VALUE></SETTING> | ||
| 572 | <SETTING><NAME>MWProject_68K_rsrcsegtype</NAME><VALUE>0</VALUE></SETTING> | ||
| 573 | <SETTING><NAME>MWProject_68K_cfm68kcodegen</NAME><VALUE>0</VALUE></SETTING> | ||
| 574 | <SETTING><NAME>MWProject_68K_stacksize</NAME><VALUE>0</VALUE></SETTING> | ||
| 575 | <SETTING><NAME>MWProject_68K_thedebugger</NAME><VALUE>0</VALUE></SETTING> | ||
| 576 | <SETTING><NAME>MWProject_68K_rsrc_custom</NAME><VALUE>0</VALUE></SETTING> | ||
| 577 | <SETTING><NAME>MWProject_68K_is_rseg_app</NAME><VALUE>0</VALUE></SETTING> | ||
| 578 | <SETTING><NAME>MWProject_68K_is_pilot_lib</NAME><VALUE>0</VALUE></SETTING> | ||
| 579 | <SETTING><NAME>MWProject_68K_pilot_main_entry</NAME><VALUE></VALUE></SETTING> | ||
| 580 | |||
| 581 | <!-- Settings for "C/C++ Compiler" panel --> | ||
| 582 | <SETTING><NAME>MWFrontEnd_C_cplusplus</NAME><VALUE>0</VALUE></SETTING> | ||
| 583 | <SETTING><NAME>MWFrontEnd_C_checkprotos</NAME><VALUE>0</VALUE></SETTING> | ||
| 584 | <SETTING><NAME>MWFrontEnd_C_arm</NAME><VALUE>0</VALUE></SETTING> | ||
| 585 | <SETTING><NAME>MWFrontEnd_C_trigraphs</NAME><VALUE>0</VALUE></SETTING> | ||
| 586 | <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING> | ||
| 587 | <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING> | ||
| 588 | <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>1</VALUE></SETTING> | ||
| 589 | <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>defs-cw6.h</VALUE></SETTING> | ||
| 590 | <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING> | ||
| 591 | <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING> | ||
| 592 | <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>0</VALUE></SETTING> | ||
| 593 | <SETTING><NAME>MWFrontEnd_C_enableexceptions</NAME><VALUE>0</VALUE></SETTING> | ||
| 594 | <SETTING><NAME>MWFrontEnd_C_dontreusestrings</NAME><VALUE>0</VALUE></SETTING> | ||
| 595 | <SETTING><NAME>MWFrontEnd_C_poolstrings</NAME><VALUE>0</VALUE></SETTING> | ||
| 596 | <SETTING><NAME>MWFrontEnd_C_dontinline</NAME><VALUE>0</VALUE></SETTING> | ||
| 597 | <SETTING><NAME>MWFrontEnd_C_useRTTI</NAME><VALUE>0</VALUE></SETTING> | ||
| 598 | <SETTING><NAME>MWFrontEnd_C_multibyteaware</NAME><VALUE>0</VALUE></SETTING> | ||
| 599 | <SETTING><NAME>MWFrontEnd_C_unsignedchars</NAME><VALUE>0</VALUE></SETTING> | ||
| 600 | <SETTING><NAME>MWFrontEnd_C_autoinline</NAME><VALUE>0</VALUE></SETTING> | ||
| 601 | <SETTING><NAME>MWFrontEnd_C_booltruefalse</NAME><VALUE>0</VALUE></SETTING> | ||
| 602 | <SETTING><NAME>MWFrontEnd_C_direct_to_som</NAME><VALUE>0</VALUE></SETTING> | ||
| 603 | <SETTING><NAME>MWFrontEnd_C_som_env_check</NAME><VALUE>0</VALUE></SETTING> | ||
| 604 | <SETTING><NAME>MWFrontEnd_C_alwaysinline</NAME><VALUE>0</VALUE></SETTING> | ||
| 605 | <SETTING><NAME>MWFrontEnd_C_inlinelevel</NAME><VALUE>0</VALUE></SETTING> | ||
| 606 | <SETTING><NAME>MWFrontEnd_C_ecplusplus</NAME><VALUE>0</VALUE></SETTING> | ||
| 607 | <SETTING><NAME>MWFrontEnd_C_objective_c</NAME><VALUE>0</VALUE></SETTING> | ||
| 608 | <SETTING><NAME>MWFrontEnd_C_defer_codegen</NAME><VALUE>0</VALUE></SETTING> | ||
| 609 | |||
| 610 | <!-- Settings for "C/C++ Warnings" panel --> | ||
| 611 | <SETTING><NAME>MWWarning_C_warn_illpragma</NAME><VALUE>1</VALUE></SETTING> | ||
| 612 | <SETTING><NAME>MWWarning_C_warn_emptydecl</NAME><VALUE>1</VALUE></SETTING> | ||
| 613 | <SETTING><NAME>MWWarning_C_warn_possunwant</NAME><VALUE>1</VALUE></SETTING> | ||
| 614 | <SETTING><NAME>MWWarning_C_warn_unusedvar</NAME><VALUE>0</VALUE></SETTING> | ||
| 615 | <SETTING><NAME>MWWarning_C_warn_unusedarg</NAME><VALUE>0</VALUE></SETTING> | ||
| 616 | <SETTING><NAME>MWWarning_C_warn_extracomma</NAME><VALUE>1</VALUE></SETTING> | ||
| 617 | <SETTING><NAME>MWWarning_C_pedantic</NAME><VALUE>1</VALUE></SETTING> | ||
| 618 | <SETTING><NAME>MWWarning_C_warningerrors</NAME><VALUE>0</VALUE></SETTING> | ||
| 619 | <SETTING><NAME>MWWarning_C_warn_hidevirtual</NAME><VALUE>1</VALUE></SETTING> | ||
| 620 | <SETTING><NAME>MWWarning_C_warn_implicitconv</NAME><VALUE>0</VALUE></SETTING> | ||
| 621 | <SETTING><NAME>MWWarning_C_warn_notinlined</NAME><VALUE>0</VALUE></SETTING> | ||
| 622 | <SETTING><NAME>MWWarning_C_warn_structclass</NAME><VALUE>0</VALUE></SETTING> | ||
| 623 | |||
| 624 | <!-- Settings for "CFM68K" panel --> | ||
| 625 | <SETTING><NAME>MWCFM68K_exports</NAME><VALUE>None</VALUE></SETTING> | ||
| 626 | <SETTING><NAME>MWCFM68K_olddefversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 627 | <SETTING><NAME>MWCFM68K_oldimpversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 628 | <SETTING><NAME>MWCFM68K_currentversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 629 | <SETTING><NAME>MWCFM68K_farthreshold</NAME><VALUE>256</VALUE></SETTING> | ||
| 630 | <SETTING><NAME>PCFM68K_sharedata</NAME><VALUE>0</VALUE></SETTING> | ||
| 631 | <SETTING><NAME>MWCFM68K_fragmentname</NAME><VALUE></VALUE></SETTING> | ||
| 632 | <SETTING><NAME>MWCFM68K_initname</NAME><VALUE></VALUE></SETTING> | ||
| 633 | <SETTING><NAME>MWCFM68K_mainname</NAME><VALUE>__start</VALUE></SETTING> | ||
| 634 | <SETTING><NAME>MWCFM68K_termname</NAME><VALUE></VALUE></SETTING> | ||
| 635 | <SETTING><NAME>MWCFM68K_libfolder</NAME><VALUE>0</VALUE></SETTING> | ||
| 636 | <SETTING><NAME>MWCFM68K_alignment</NAME><VALUE>Align_2</VALUE></SETTING> | ||
| 637 | |||
| 638 | <!-- Settings for "FTP Panel" panel --> | ||
| 639 | <SETTING><NAME>MWFTP_Post_hostName</NAME><VALUE></VALUE></SETTING> | ||
| 640 | <SETTING><NAME>MWFTP_Post_username</NAME><VALUE></VALUE></SETTING> | ||
| 641 | <SETTING><NAME>MWFTP_Post_password</NAME><VALUE>35kmm835kpjgj5k5td7à</VALUE></SETTING> | ||
| 642 | <SETTING><NAME>MWFTP_Post_remoteDir</NAME><VALUE></VALUE></SETTING> | ||
| 643 | <SETTING><NAME>MWFTP_Post_ftp_PathVersion</NAME><VALUE>0</VALUE></SETTING> | ||
| 644 | <SETTING><NAME>MWFTP_Post_ftp_PathType</NAME><VALUE>0</VALUE></SETTING> | ||
| 645 | <SETTING><NAME>MWFTP_Post_ftp_PathFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 646 | <SETTING><NAME>MWFTP_Post_ftp_tree</NAME><VALUE></VALUE></SETTING> | ||
| 647 | <SETTING><NAME>MWFTP_Post_uploadDir</NAME><VALUE></VALUE></SETTING> | ||
| 648 | <SETTING><NAME>MWFTP_Post_ftp_port</NAME><VALUE>21</VALUE></SETTING> | ||
| 649 | <SETTING><NAME>MWFTP_Post_SendBin</NAME><VALUE>1</VALUE></SETTING> | ||
| 650 | <SETTING><NAME>MWFTP_Post_ShouldLog</NAME><VALUE>1</VALUE></SETTING> | ||
| 651 | |||
| 652 | <!-- Settings for "Java Command Line" panel --> | ||
| 653 | <SETTING><NAME>MWCommandLine_Java_clsName</NAME><VALUE></VALUE></SETTING> | ||
| 654 | <SETTING><NAME>MWCommandLine_Java_args</NAME><VALUE></VALUE></SETTING> | ||
| 655 | |||
| 656 | <!-- Settings for "Java Language" panel --> | ||
| 657 | <SETTING><NAME>MWJava_Language_optimize</NAME><VALUE>false</VALUE></SETTING> | ||
| 658 | <SETTING><NAME>MWJava_Language_warnDeprecated</NAME><VALUE>false</VALUE></SETTING> | ||
| 659 | <SETTING><NAME>MWJava_Language_emitMap</NAME><VALUE>false</VALUE></SETTING> | ||
| 660 | <SETTING><NAME>MWJava_Language_strictFileNames</NAME><VALUE>false</VALUE></SETTING> | ||
| 661 | <SETTING><NAME>MWJava_Language_strictFileHierarchy</NAME><VALUE>false</VALUE></SETTING> | ||
| 662 | <SETTING><NAME>MWJava_Language_1_1_Compatible</NAME><VALUE>false</VALUE></SETTING> | ||
| 663 | <SETTING><NAME>MWJava_Language_emitHeaders</NAME><VALUE>0</VALUE></SETTING> | ||
| 664 | <SETTING><NAME>MWJava_Language_headerType</NAME><VALUE>JNINativeHeaders</VALUE></SETTING> | ||
| 665 | <SETTING><NAME>MWJava_Language_packageFilter</NAME><VALUE></VALUE></SETTING> | ||
| 666 | <SETTING><NAME>MWJava_Language_genComments</NAME><VALUE>true</VALUE></SETTING> | ||
| 667 | <SETTING><NAME>MWJava_Language_genHeaders</NAME><VALUE>false</VALUE></SETTING> | ||
| 668 | |||
| 669 | <!-- Settings for "Java MRJAppBuilder" panel --> | ||
| 670 | <SETTING><NAME>MWJava_MRJAppBuilder_outFile</NAME><VALUE>MRJApplication</VALUE></SETTING> | ||
| 671 | <SETTING><NAME>MWJava_MRJAppBuilder_merge</NAME><VALUE>false</VALUE></SETTING> | ||
| 672 | <SETTING><NAME>MWJava_MRJAppBuilder_quitMenu</NAME><VALUE>true</VALUE></SETTING> | ||
| 673 | <SETTING><NAME>MWJava_MRJAppBuilder_grow</NAME><VALUE>false</VALUE></SETTING> | ||
| 674 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutType</NAME><VALUE>Console</VALUE></SETTING> | ||
| 675 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrType</NAME><VALUE>Console</VALUE></SETTING> | ||
| 676 | <SETTING><NAME>MWJava_MRJAppBuilder_stdinType</NAME><VALUE>Console</VALUE></SETTING> | ||
| 677 | <SETTING><NAME>MWJava_MRJAppBuilder_appIconPVersion</NAME><VALUE>0</VALUE></SETTING> | ||
| 678 | <SETTING><NAME>MWJava_MRJAppBuilder_appIconPType</NAME><VALUE>0</VALUE></SETTING> | ||
| 679 | <SETTING><NAME>MWJava_MRJAppBuilder_appIconPFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 680 | <SETTING><NAME>MWJava_MRJAppBuilder_appIconPTree</NAME><VALUE></VALUE></SETTING> | ||
| 681 | <SETTING><NAME>MWJava_MRJAppBuilder_appIconFile</NAME><VALUE></VALUE></SETTING> | ||
| 682 | <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPVersion</NAME><VALUE>0</VALUE></SETTING> | ||
| 683 | <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPType</NAME><VALUE>0</VALUE></SETTING> | ||
| 684 | <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 685 | <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPTree</NAME><VALUE></VALUE></SETTING> | ||
| 686 | <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPICTFile</NAME><VALUE></VALUE></SETTING> | ||
| 687 | <SETTING><NAME>MWJava_MRJAppBuilder_aboutName</NAME><VALUE></VALUE></SETTING> | ||
| 688 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPVersion</NAME><VALUE>0</VALUE></SETTING> | ||
| 689 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPType</NAME><VALUE>0</VALUE></SETTING> | ||
| 690 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 691 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPTree</NAME><VALUE></VALUE></SETTING> | ||
| 692 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutFile</NAME><VALUE></VALUE></SETTING> | ||
| 693 | <SETTING><NAME>MWJava_MRJAppBuilder_stdoutAppend</NAME><VALUE>false</VALUE></SETTING> | ||
| 694 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrPType</NAME><VALUE>0</VALUE></SETTING> | ||
| 695 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrPFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 696 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrPTree</NAME><VALUE></VALUE></SETTING> | ||
| 697 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrFile</NAME><VALUE></VALUE></SETTING> | ||
| 698 | <SETTING><NAME>MWJava_MRJAppBuilder_stderrAppend</NAME><VALUE>false</VALUE></SETTING> | ||
| 699 | <SETTING><NAME>MWJava_MRJAppBuilder_stdinPType</NAME><VALUE>0</VALUE></SETTING> | ||
| 700 | <SETTING><NAME>MWJava_MRJAppBuilder_stdinPFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 701 | <SETTING><NAME>MWJava_MRJAppBuilder_stdinPTree</NAME><VALUE></VALUE></SETTING> | ||
| 702 | <SETTING><NAME>MWJava_MRJAppBuilder_stdinFile</NAME><VALUE></VALUE></SETTING> | ||
| 703 | |||
| 704 | <!-- Settings for "Java Output" panel --> | ||
| 705 | <SETTING><NAME>MWJava_Output_outputtype</NAME><VALUE>JarFile</VALUE></SETTING> | ||
| 706 | <SETTING><NAME>MWJava_Output_outfile</NAME><VALUE>JavaClasses.jar</VALUE></SETTING> | ||
| 707 | <SETTING><NAME>MWJava_Output_ftype</NAME><VALUE>1514754080</VALUE></SETTING> | ||
| 708 | <SETTING><NAME>MWJava_Output_fcreator</NAME><VALUE>1297570384</VALUE></SETTING> | ||
| 709 | <SETTING><NAME>MWJava_Output_compress</NAME><VALUE>0</VALUE></SETTING> | ||
| 710 | <SETTING><NAME>MWJava_Output_genManifest</NAME><VALUE>0</VALUE></SETTING> | ||
| 711 | <SETTING><NAME>MWJava_Output_trunctype</NAME><VALUE>Front</VALUE></SETTING> | ||
| 712 | <SETTING><NAME>MWJava_Output_deleteClasses</NAME><VALUE>0</VALUE></SETTING> | ||
| 713 | <SETTING><NAME>MWJava_Output_consoleApp</NAME><VALUE>1</VALUE></SETTING> | ||
| 714 | |||
| 715 | <!-- Settings for "Java Project" panel --> | ||
| 716 | <SETTING><NAME>MWJava_Proj_projtype</NAME><VALUE>Applet</VALUE></SETTING> | ||
| 717 | <SETTING><NAME>MWJava_Proj_mainClassName</NAME><VALUE></VALUE></SETTING> | ||
| 718 | <SETTING><NAME>MWJava_Proj_HTMLAppCreator</NAME><VALUE>1463898714</VALUE></SETTING> | ||
| 719 | <SETTING><NAME>MWJava_Proj_HTMLAppName</NAME><VALUE></VALUE></SETTING> | ||
| 720 | <SETTING><NAME>MWJava_Proj_PathVersion</NAME><VALUE>0</VALUE></SETTING> | ||
| 721 | <SETTING><NAME>MWJava_Proj_PathType</NAME><VALUE>0</VALUE></SETTING> | ||
| 722 | <SETTING><NAME>MWJava_Proj_PathFormat</NAME><VALUE>0</VALUE></SETTING> | ||
| 723 | <SETTING><NAME>MWJava_Proj_tree</NAME><VALUE></VALUE></SETTING> | ||
| 724 | <SETTING><NAME>MWJava_Proj_HTMLAppWin32Name</NAME><VALUE></VALUE></SETTING> | ||
| 725 | <SETTING><NAME>MWJava_Proj_compress</NAME><VALUE>0</VALUE></SETTING> | ||
| 726 | <SETTING><NAME>MWJava_Proj_useVM</NAME><VALUE>1</VALUE></SETTING> | ||
| 727 | <SETTING><NAME>MWJava_Proj_vmarguments</NAME><VALUE></VALUE></SETTING> | ||
| 728 | <SETTING><NAME>MWJava_Proj_vmName</NAME><VALUE></VALUE></SETTING> | ||
| 729 | |||
| 730 | <!-- Settings for "JavaDoc Project" panel --> | ||
| 731 | <SETTING><NAME>MWJavaDoc_Proj_Version</NAME><VALUE>1</VALUE></SETTING> | ||
| 732 | <SETTING><NAME>MWJavaDoc_Proj_Depricated</NAME><VALUE>1</VALUE></SETTING> | ||
| 733 | <SETTING><NAME>MWJavaDoc_Proj_Author</NAME><VALUE>1</VALUE></SETTING> | ||
| 734 | <SETTING><NAME>MWJavaDoc_Proj_Index</NAME><VALUE>1</VALUE></SETTING> | ||
| 735 | <SETTING><NAME>MWJavaDoc_Proj_Tree</NAME><VALUE>1</VALUE></SETTING> | ||
| 736 | <SETTING><NAME>MWJavaDoc_Proj_SunResolveToSame</NAME><VALUE>0</VALUE></SETTING> | ||
| 737 | <SETTING><NAME>MWJavaDoc_Proj_Shortnames</NAME><VALUE>1</VALUE></SETTING> | ||
| 738 | <SETTING><NAME>MWJavaDoc_Proj_Folder</NAME><VALUE>0</VALUE></SETTING> | ||
| 739 | <SETTING><NAME>MWJavaDoc_Proj_GenerateAPILinks</NAME><VALUE>0</VALUE></SETTING> | ||
| 740 | <SETTING><NAME>MWJavaDoc_Proj_scope</NAME><VALUE>Public</VALUE></SETTING> | ||
| 741 | <SETTING><NAME>MWJavaDoc_Proj_fcreator</NAME><VALUE>1297303877</VALUE></SETTING> | ||
| 742 | <SETTING><NAME>MWJavaDoc_Proj_encodingName</NAME><VALUE></VALUE></SETTING> | ||
| 743 | <SETTING><NAME>MWJavaDoc_Proj_decodingName</NAME><VALUE></VALUE></SETTING> | ||
| 744 | <SETTING><NAME>MWJavaDoc_Proj_javaPackagePath</NAME><VALUE>http://java.sun.com/products/jdk/1.1/docs/api/</VALUE></SETTING> | ||
| 745 | |||
| 746 | <!-- Settings for "MacOS Merge Panel" panel --> | ||
| 747 | <SETTING><NAME>MWMerge_MacOS_projectType</NAME><VALUE>Application</VALUE></SETTING> | ||
| 748 | <SETTING><NAME>MWMerge_MacOS_outputName</NAME><VALUE>Merge Out</VALUE></SETTING> | ||
| 749 | <SETTING><NAME>MWMerge_MacOS_outputCreator</NAME><VALUE>1061109567</VALUE></SETTING> | ||
| 750 | <SETTING><NAME>MWMerge_MacOS_outputType</NAME><VALUE>1095782476</VALUE></SETTING> | ||
| 751 | <SETTING><NAME>MWMerge_MacOS_suppressWarning</NAME><VALUE>0</VALUE></SETTING> | ||
| 752 | <SETTING><NAME>MWMerge_MacOS_copyFragments</NAME><VALUE>1</VALUE></SETTING> | ||
| 753 | <SETTING><NAME>MWMerge_MacOS_copyResources</NAME><VALUE>1</VALUE></SETTING> | ||
| 754 | <SETTING><NAME>MWMerge_MacOS_skipResources</NAME> | ||
| 755 | <SETTING><VALUE> </VALUE></SETTING> | ||
| 756 | <SETTING><VALUE>¼_À</VALUE></SETTING> | ||
| 757 | <SETTING><VALUE>ˆx</VALUE></SETTING> | ||
| 758 | <SETTING><VALUE>¡À</VALUE></SETTING> | ||
| 759 | </SETTING> | ||
| 760 | |||
| 761 | <!-- Settings for "Output Flags" panel --> | ||
| 762 | <SETTING><NAME>FileLocked</NAME><VALUE>false</VALUE></SETTING> | ||
| 763 | <SETTING><NAME>ResourcesMapIsReadOnly</NAME><VALUE>false</VALUE></SETTING> | ||
| 764 | <SETTING><NAME>PrinterDriverIsMultiFinderCompatible</NAME><VALUE>false</VALUE></SETTING> | ||
| 765 | <SETTING><NAME>Invisible</NAME><VALUE>false</VALUE></SETTING> | ||
| 766 | <SETTING><NAME>HasBundle</NAME><VALUE>false</VALUE></SETTING> | ||
| 767 | <SETTING><NAME>NameLocked</NAME><VALUE>false</VALUE></SETTING> | ||
| 768 | <SETTING><NAME>Stationery</NAME><VALUE>false</VALUE></SETTING> | ||
| 769 | <SETTING><NAME>HasCustomIcon</NAME><VALUE>false</VALUE></SETTING> | ||
| 770 | <SETTING><NAME>Shared</NAME><VALUE>false</VALUE></SETTING> | ||
| 771 | <SETTING><NAME>HasBeenInited</NAME><VALUE>false</VALUE></SETTING> | ||
| 772 | <SETTING><NAME>Label</NAME><VALUE>0</VALUE></SETTING> | ||
| 773 | <SETTING><NAME>Comments</NAME><VALUE></VALUE></SETTING> | ||
| 774 | <PANELDATA><NAME>Packager Panel</NAME><VALUE> | ||
| 775 | 000100003F3F3F3F4150504C06B2000100B2D900000000000000061007609AE0 | ||
| 776 | 2020202020202020203C504106B2D310524D41543E4D61634F533C2F50415448 | ||
| 777 | 464F524D41543E0D202020202020202020202020202020203C2F46494C455245 | ||
| 778 | 463E0D202020202020202020202020202020203C46494C455245463E0D202020 | ||
| 779 | 20202020202020202020202020202020203C50415448545950453E4E616D653C | ||
| 780 | 2F50415448545950453E0D20202020202020202020202020202020202020203C | ||
| 781 | 504154483E666E732E633C2F504154483E0D2020202020202020202020202020 | ||
| 782 | 2020202020203C50415448464F524D41543E4D61634F533C2F50415448464F52 | ||
| 783 | 4D41543E0D202020202020202020202000202020203C2F46494C455245463E0D | ||
| 784 | 202020202020202020202020202020203C46494C455245463E0D202020202020 | ||
| 785 | 20202020202020202020202020203C50415448545950453E4E616D653C2F5041 | ||
| 786 | 5448545950453E0D20202020202020202020202020202020202020203C504154 | ||
| 787 | 483E666F6E747365742E633C2F504154483E0D20202020202020202020202020 | ||
| 788 | 202020202020203C50415448464F524D41543E4D61634F533C2F50415448464F | ||
| 789 | 524D41543E0D202020202020202020202020202020203C2F46494C455245463E | ||
| 790 | 0D202020202020202020202020202020203C46494C455245463E0D2020202020 | ||
| 791 | 2020202020202020202020202020203C50415448545950453E4E616D653C2F50 | ||
| 792 | 415448545950453E0D20202020202020202020202020202020202020203C5041 | ||
| 793 | 54483E6672616D652E633C2F504154483E0D2020202020202020202020202020 | ||
| 794 | 2020202020203C50415448464F524D41543E4D61634F533C2F50415448464F52 | ||
| 795 | 4D41543E0D202020202020202020202020202020203C2F46494C455245463E0D | ||
| 796 | 202020202020202020202020202020203C46494C455245463E0D202020202020 | ||
| 797 | 20202020202020202020202020203C50415448545950453E4E616D653C2F5041 | ||
| 798 | 5448545950453E0D20202020202020202020202020202020202020203C504154 | ||
| 799 | 483E6765746C6F61646176672E633C2F50410001000D20202020202020202020 | ||
| 800 | 202020202020202020203C50415448464F524D41543E4D61634F533C2F504154 | ||
| 801 | 48464F524D41543E0D202020202020202020202020202020203C2F46494C4552 | ||
| 802 | 45463E0D202020202020202020202020202020203C46494C455245463E0D2020 | ||
| 803 | 2020202020202020202020202020202020203C50415448545950453E4E616D65 | ||
| 804 | 3C2F50415448545950453E0D2020202020202020202020202020202020202020 | ||
| 805 | 3C504154483E696E64656E742E633C2F504154483E0D20202020202020202020 | ||
| 806 | 202020202020202020203C50415448464F524D41543E4D61634F533C2F504154 | ||
| 807 | 48464F524D41543E0D202020202020202020202000202020203C2F46494C4552 | ||
| 808 | 45463E0D202020202020202020202020202020203C46494C455245463E0D2020 | ||
| 809 | 2020202020202020202020202020202020203C50415448545950453E4E616D65 | ||
| 810 | 3C2F50415448545950453E0D2020202020202020202020202020202020202020 | ||
| 811 | 3C504154483E696E7364656C2E633C2F504154483E0D20202020202020202020 | ||
| 812 | 202020202020202020203C50415448464F524D41543E4D61634F533C2F504154 | ||
| 813 | 48464F524D41543E0D202020202020202020202020202020203C2F46494C4552 | ||
| 814 | 45463E0D202020202020202020202020202020203C46494C455245463E0D2020 | ||
| 815 | 2020202020202020202020202020202020203C50415448545950453E4E616D65 | ||
| 816 | 3C2F50415448545950453E0D2020202020202020202020202020202020202020 | ||
| 817 | 3C504154483E696E74657276616C732E633C2F504154483E0D20202020202020 | ||
| 818 | 202020202020202020202020203C50415448464F524D41543E4D61634F533C2F | ||
| 819 | 50415448464F524D41543E0D202020202020202020202020202020203C2F4649 | ||
| 820 | 4C455245463E0D202020202020202020202020202020203C46494C455245463E | ||
| 821 | 0D20202020202020202020202020202020202020203C50415448545950453E4E | ||
| 822 | 616D653C2F50415448545950453E0D2020202020202020202020202020202020 | ||
| 823 | 2020203C504154483E6B6579626F6172642E633C | ||
| 824 | </VALUE></PANELDATA> | ||
| 825 | |||
| 826 | <!-- Settings for "PPC CodeGen" panel --> | ||
| 827 | <SETTING><NAME>MWCodeGen_PPC_structalignment</NAME><VALUE>PPC</VALUE></SETTING> | ||
| 828 | <SETTING><NAME>MWCodeGen_PPC_tracebacktables</NAME><VALUE>Inline</VALUE></SETTING> | ||
| 829 | <SETTING><NAME>MWCodeGen_PPC_processor</NAME><VALUE>Generic</VALUE></SETTING> | ||
| 830 | <SETTING><NAME>MWCodeGen_PPC_readonlystrings</NAME><VALUE>0</VALUE></SETTING> | ||
| 831 | <SETTING><NAME>MWCodeGen_PPC_tocdata</NAME><VALUE>1</VALUE></SETTING> | ||
| 832 | <SETTING><NAME>MWCodeGen_PPC_profiler</NAME><VALUE>0</VALUE></SETTING> | ||
| 833 | <SETTING><NAME>MWCodeGen_PPC_fpcontract</NAME><VALUE>1</VALUE></SETTING> | ||
| 834 | <SETTING><NAME>MWCodeGen_PPC_schedule</NAME><VALUE>0</VALUE></SETTING> | ||
| 835 | <SETTING><NAME>MWCodeGen_PPC_peephole</NAME><VALUE>0</VALUE></SETTING> | ||
| 836 | <SETTING><NAME>MWCodeGen_PPC_processorspecific</NAME><VALUE>0</VALUE></SETTING> | ||
| 837 | <SETTING><NAME>MWCodeGen_PPC_altivec</NAME><VALUE>0</VALUE></SETTING> | ||
| 838 | <SETTING><NAME>MWCodeGen_PPC_vectortocdata</NAME><VALUE>0</VALUE></SETTING> | ||
| 839 | <SETTING><NAME>MWCodeGen_PPC_vrsave</NAME><VALUE>0</VALUE></SETTING> | ||
| 840 | |||
| 841 | <!-- Settings for "PPC Disassembler" panel --> | ||
| 842 | <SETTING><NAME>MWDisassembler_PPC_showcode</NAME><VALUE>1</VALUE></SETTING> | ||
| 843 | <SETTING><NAME>MWDisassembler_PPC_extended</NAME><VALUE>1</VALUE></SETTING> | ||
| 844 | <SETTING><NAME>MWDisassembler_PPC_mix</NAME><VALUE>0</VALUE></SETTING> | ||
| 845 | <SETTING><NAME>MWDisassembler_PPC_nohex</NAME><VALUE>0</VALUE></SETTING> | ||
| 846 | <SETTING><NAME>MWDisassembler_PPC_showdata</NAME><VALUE>1</VALUE></SETTING> | ||
| 847 | <SETTING><NAME>MWDisassembler_PPC_showexceptions</NAME><VALUE>1</VALUE></SETTING> | ||
| 848 | <SETTING><NAME>MWDisassembler_PPC_showsym</NAME><VALUE>0</VALUE></SETTING> | ||
| 849 | <SETTING><NAME>MWDisassembler_PPC_shownames</NAME><VALUE>1</VALUE></SETTING> | ||
| 850 | |||
| 851 | <!-- Settings for "PPC Global Optimizer" panel --> | ||
| 852 | <SETTING><NAME>GlobalOptimizer_PPC_optimizationlevel</NAME><VALUE>Level0</VALUE></SETTING> | ||
| 853 | <SETTING><NAME>GlobalOptimizer_PPC_optfor</NAME><VALUE>Speed</VALUE></SETTING> | ||
| 854 | |||
| 855 | <!-- Settings for "PPC Linker" panel --> | ||
| 856 | <SETTING><NAME>MWLinker_PPC_linksym</NAME><VALUE>1</VALUE></SETTING> | ||
| 857 | <SETTING><NAME>MWLinker_PPC_symfullpath</NAME><VALUE>1</VALUE></SETTING> | ||
| 858 | <SETTING><NAME>MWLinker_PPC_linkmap</NAME><VALUE>1</VALUE></SETTING> | ||
| 859 | <SETTING><NAME>MWLinker_PPC_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING> | ||
| 860 | <SETTING><NAME>MWLinker_PPC_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING> | ||
| 861 | <SETTING><NAME>MWLinker_PPC_permitmultdefs</NAME><VALUE>0</VALUE></SETTING> | ||
| 862 | <SETTING><NAME>MWLinker_PPC_linkmode</NAME><VALUE>Fast</VALUE></SETTING> | ||
| 863 | <SETTING><NAME>MWLinker_PPC_initname</NAME><VALUE></VALUE></SETTING> | ||
| 864 | <SETTING><NAME>MWLinker_PPC_mainname</NAME><VALUE>__start</VALUE></SETTING> | ||
| 865 | <SETTING><NAME>MWLinker_PPC_termname</NAME><VALUE></VALUE></SETTING> | ||
| 866 | |||
| 867 | <!-- Settings for "PPC PEF" panel --> | ||
| 868 | <SETTING><NAME>MWPEF_exports</NAME><VALUE>None</VALUE></SETTING> | ||
| 869 | <SETTING><NAME>MWPEF_libfolder</NAME><VALUE>0</VALUE></SETTING> | ||
| 870 | <SETTING><NAME>MWPEF_sortcode</NAME><VALUE>None</VALUE></SETTING> | ||
| 871 | <SETTING><NAME>MWPEF_expandbss</NAME><VALUE>0</VALUE></SETTING> | ||
| 872 | <SETTING><NAME>MWPEF_sharedata</NAME><VALUE>0</VALUE></SETTING> | ||
| 873 | <SETTING><NAME>MWPEF_olddefversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 874 | <SETTING><NAME>MWPEF_oldimpversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 875 | <SETTING><NAME>MWPEF_currentversion</NAME><VALUE>0</VALUE></SETTING> | ||
| 876 | <SETTING><NAME>MWPEF_fragmentname</NAME><VALUE></VALUE></SETTING> | ||
| 877 | <SETTING><NAME>MWPEF_collapsereloads</NAME><VALUE>0</VALUE></SETTING> | ||
| 878 | |||
| 879 | <!-- Settings for "PPC Project" panel --> | ||
| 880 | <SETTING><NAME>MWProject_PPC_type</NAME><VALUE>Application</VALUE></SETTING> | ||
| 881 | <SETTING><NAME>MWProject_PPC_outfile</NAME><VALUE>Emacs CW</VALUE></SETTING> | ||
| 882 | <SETTING><NAME>MWProject_PPC_filecreator</NAME><VALUE>1162690936</VALUE></SETTING> | ||
| 883 | <SETTING><NAME>MWProject_PPC_filetype</NAME><VALUE>1095782476</VALUE></SETTING> | ||
| 884 | <SETTING><NAME>MWProject_PPC_size</NAME><VALUE>16384</VALUE></SETTING> | ||
| 885 | <SETTING><NAME>MWProject_PPC_minsize</NAME><VALUE>16384</VALUE></SETTING> | ||
| 886 | <SETTING><NAME>MWProject_PPC_stacksize</NAME><VALUE>512</VALUE></SETTING> | ||
| 887 | <SETTING><NAME>MWProject_PPC_flags</NAME><VALUE>22752</VALUE></SETTING> | ||
| 888 | <SETTING><NAME>MWProject_PPC_symfilename</NAME><VALUE></VALUE></SETTING> | ||
| 889 | <SETTING><NAME>MWProject_PPC_rsrcname</NAME><VALUE></VALUE></SETTING> | ||
| 890 | <SETTING><NAME>MWProject_PPC_rsrcheader</NAME><VALUE>Native</VALUE></SETTING> | ||
| 891 | <SETTING><NAME>MWProject_PPC_rsrctype</NAME><VALUE>1061109567</VALUE></SETTING> | ||
| 892 | <SETTING><NAME>MWProject_PPC_rsrcid</NAME><VALUE>0</VALUE></SETTING> | ||
| 893 | <SETTING><NAME>MWProject_PPC_rsrcflags</NAME><VALUE>0</VALUE></SETTING> | ||
| 894 | <SETTING><NAME>MWProject_PPC_rsrcstore</NAME><VALUE>0</VALUE></SETTING> | ||
| 895 | <SETTING><NAME>MWProject_PPC_rsrcmerge</NAME><VALUE>0</VALUE></SETTING> | ||
| 896 | |||
| 897 | <!-- Settings for "PPCAsm Panel" panel --> | ||
| 898 | <SETTING><NAME>MWAssembler_PPC_auxheader</NAME><VALUE>0</VALUE></SETTING> | ||
| 899 | <SETTING><NAME>MWAssembler_PPC_symmode</NAME><VALUE>Mac</VALUE></SETTING> | ||
| 900 | <SETTING><NAME>MWAssembler_PPC_dialect</NAME><VALUE>PPC</VALUE></SETTING> | ||
| 901 | <SETTING><NAME>MWAssembler_PPC_prefixfile</NAME><VALUE></VALUE></SETTING> | ||
| 902 | <SETTING><NAME>MWAssembler_PPC_typecheck</NAME><VALUE>0</VALUE></SETTING> | ||
| 903 | <SETTING><NAME>MWAssembler_PPC_warnings</NAME><VALUE>0</VALUE></SETTING> | ||
| 904 | <SETTING><NAME>MWAssembler_PPC_casesensitive</NAME><VALUE>0</VALUE></SETTING> | ||
| 905 | |||
| 906 | <!-- Settings for "Rez Compiler" panel --> | ||
| 907 | <SETTING><NAME>MWRez_Language_maxwidth</NAME><VALUE>80</VALUE></SETTING> | ||
| 908 | <SETTING><NAME>MWRez_Language_script</NAME><VALUE>Roman</VALUE></SETTING> | ||
| 909 | <SETTING><NAME>MWRez_Language_alignment</NAME><VALUE>Align1</VALUE></SETTING> | ||
| 910 | <SETTING><NAME>MWRez_Language_filtermode</NAME><VALUE>FilterSkip</VALUE></SETTING> | ||
| 911 | <SETTING><NAME>MWRez_Language_suppresswarnings</NAME><VALUE>0</VALUE></SETTING> | ||
| 912 | <SETTING><NAME>MWRez_Language_escapecontrolchars</NAME><VALUE>1</VALUE></SETTING> | ||
| 913 | <SETTING><NAME>MWRez_Language_prefixname</NAME><VALUE></VALUE></SETTING> | ||
| 914 | <SETTING><NAME>MWRez_Language_filteredtypes</NAME><VALUE>'CODE' 'DATA' 'PICT'</VALUE></SETTING> | ||
| 915 | |||
| 916 | <!-- Settings for "WinRC Compiler" panel --> | ||
| 917 | <SETTING><NAME>MWWinRC_prefixname</NAME><VALUE></VALUE></SETTING> | ||
| 918 | |||
| 919 | <!-- Settings for "x86 CodeGen" panel --> | ||
| 920 | <SETTING><NAME>MWCodeGen_X86_processor</NAME><VALUE>Generic</VALUE></SETTING> | ||
| 921 | <SETTING><NAME>MWCodeGen_X86_alignment</NAME><VALUE>bytes8</VALUE></SETTING> | ||
| 922 | <SETTING><NAME>MWCodeGen_X86_exceptions</NAME><VALUE>ZeroOverhead</VALUE></SETTING> | ||
| 923 | <SETTING><NAME>MWCodeGen_X86_extinst_mmx</NAME><VALUE>0</VALUE></SETTING> | ||
| 924 | <SETTING><NAME>MWCodeGen_X86_extinst_3dnow</NAME><VALUE>0</VALUE></SETTING> | ||
| 925 | <SETTING><NAME>MWCodeGen_X86_use_mmx_3dnow_convention</NAME><VALUE>0</VALUE></SETTING> | ||
| 926 | <SETTING><NAME>MWCodeGen_X86_machinecodelisting</NAME><VALUE>0</VALUE></SETTING> | ||
| 927 | <SETTING><NAME>MWCodeGen_X86_intrinsics</NAME><VALUE>0</VALUE></SETTING> | ||
| 928 | <SETTING><NAME>MWCodeGen_X86_syminfo</NAME><VALUE>0</VALUE></SETTING> | ||
| 929 | <SETTING><NAME>MWCodeGen_X86_codeviewinfo</NAME><VALUE>1</VALUE></SETTING> | ||
| 930 | <SETTING><NAME>MWCodeGen_X86_extinst_cmov_fcomi</NAME><VALUE>0</VALUE></SETTING> | ||
| 931 | <SETTING><NAME>MWCodeGen_X86_extinst_sse</NAME><VALUE>0</VALUE></SETTING> | ||
| 932 | |||
| 933 | <!-- Settings for "x86 Disassembler" panel --> | ||
| 934 | <SETTING><NAME>PDisasmX86_showHeaders</NAME><VALUE>true</VALUE></SETTING> | ||
| 935 | <SETTING><NAME>PDisasmX86_showSymTab</NAME><VALUE>true</VALUE></SETTING> | ||
| 936 | <SETTING><NAME>PDisasmX86_showCode</NAME><VALUE>true</VALUE></SETTING> | ||
| 937 | <SETTING><NAME>PDisasmX86_showSource</NAME><VALUE>false</VALUE></SETTING> | ||
| 938 | <SETTING><NAME>PDisasmX86_showHex</NAME><VALUE>true</VALUE></SETTING> | ||
| 939 | <SETTING><NAME>PDisasmX86_showRelocation</NAME><VALUE>true</VALUE></SETTING> | ||
| 940 | <SETTING><NAME>PDisasmX86_showComments</NAME><VALUE>false</VALUE></SETTING> | ||
| 941 | <SETTING><NAME>PDisasmX86_showDebug</NAME><VALUE>false</VALUE></SETTING> | ||
| 942 | <SETTING><NAME>PDisasmX86_showExceptions</NAME><VALUE>false</VALUE></SETTING> | ||
| 943 | <SETTING><NAME>PDisasmX86_showData</NAME><VALUE>true</VALUE></SETTING> | ||
| 944 | <SETTING><NAME>PDisasmX86_showRaw</NAME><VALUE>false</VALUE></SETTING> | ||
| 945 | <SETTING><NAME>PDisasmX86_verbose</NAME><VALUE>true</VALUE></SETTING> | ||
| 946 | |||
| 947 | <!-- Settings for "x86 Exceptions Panel" panel --> | ||
| 948 | <SETTING><NAME>MWDebugger_X86_Exceptions</NAME> | ||
| 949 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 950 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 951 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 952 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 953 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 954 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 955 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 956 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 957 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 958 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 959 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 960 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 961 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 962 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 963 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 964 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 965 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 966 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 967 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 968 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 969 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 970 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 971 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 972 | <SETTING><VALUE>0</VALUE></SETTING> | ||
| 973 | </SETTING> | ||
| 974 | |||
| 975 | <!-- Settings for "x86 Global Optimizer" panel --> | ||
| 976 | <SETTING><NAME>GlobalOptimizer_X86_optimizationlevel</NAME><VALUE>Level0</VALUE></SETTING> | ||
| 977 | <SETTING><NAME>GlobalOptimizer_X86_optfor</NAME><VALUE>Speed</VALUE></SETTING> | ||
| 978 | |||
| 979 | <!-- Settings for "x86 Linker" panel --> | ||
| 980 | <SETTING><NAME>MWLinker_X86_entrypointusage</NAME><VALUE>Default</VALUE></SETTING> | ||
| 981 | <SETTING><NAME>MWLinker_X86_entrypoint</NAME><VALUE></VALUE></SETTING> | ||
| 982 | <SETTING><NAME>MWLinker_X86_subsystem</NAME><VALUE>WinGUI</VALUE></SETTING> | ||
| 983 | <SETTING><NAME>MWLinker_X86_subsysmajorid</NAME><VALUE>4</VALUE></SETTING> | ||
| 984 | <SETTING><NAME>MWLinker_X86_subsysminorid</NAME><VALUE>0</VALUE></SETTING> | ||
| 985 | <SETTING><NAME>MWLinker_X86_usrmajorid</NAME><VALUE>0</VALUE></SETTING> | ||
| 986 | <SETTING><NAME>MWLinker_X86_usrminorid</NAME><VALUE>0</VALUE></SETTING> | ||
| 987 | <SETTING><NAME>MWLinker_X86_commandfile</NAME><VALUE></VALUE></SETTING> | ||
| 988 | <SETTING><NAME>MWLinker_X86_generatemap</NAME><VALUE>0</VALUE></SETTING> | ||
| 989 | <SETTING><NAME>MWLinker_X86_linksym</NAME><VALUE>0</VALUE></SETTING> | ||
| 990 | <SETTING><NAME>MWLinker_X86_linkCV</NAME><VALUE>1</VALUE></SETTING> | ||
| 991 | |||
| 992 | <!-- Settings for "x86 Project" panel --> | ||
| 993 | <SETTING><NAME>MWProject_X86_type</NAME><VALUE>Application</VALUE></SETTING> | ||
| 994 | <SETTING><NAME>MWProject_X86_outfile</NAME><VALUE>noname.exe</VALUE></SETTING> | ||
| 995 | <SETTING><NAME>MWProject_X86_baseaddress</NAME><VALUE>4194304</VALUE></SETTING> | ||
| 996 | <SETTING><NAME>MWProject_X86_maxstacksize</NAME><VALUE>1024</VALUE></SETTING> | ||
| 997 | <SETTING><NAME>MWProject_X86_minstacksize</NAME><VALUE>4</VALUE></SETTING> | ||
| 998 | <SETTING><NAME>MWProject_X86_size</NAME><VALUE>1024</VALUE></SETTING> | ||
| 999 | <SETTING><NAME>MWProject_X86_minsize</NAME><VALUE>4</VALUE></SETTING> | ||
| 1000 | <SETTING><NAME>MWProject_X86_importlib</NAME><VALUE></VALUE></SETTING> | ||
| 1001 | </SETTINGLIST> | ||
| 1002 | <FILELIST> | ||
| 1003 | <FILE> | ||
| 1004 | <PATHTYPE>Name</PATHTYPE> | ||
| 1005 | <PATH>InterfaceLib</PATH> | ||
| 1006 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1007 | <FILEKIND>Library</FILEKIND> | ||
| 1008 | <FILEFLAGS></FILEFLAGS> | ||
| 1009 | </FILE> | ||
| 1010 | <FILE> | ||
| 1011 | <PATHTYPE>Name</PATHTYPE> | ||
| 1012 | <PATH>MathLib</PATH> | ||
| 1013 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1014 | <FILEKIND>Library</FILEKIND> | ||
| 1015 | <FILEFLAGS></FILEFLAGS> | ||
| 1016 | </FILE> | ||
| 1017 | <FILE> | ||
| 1018 | <PATHTYPE>Name</PATHTYPE> | ||
| 1019 | <PATH>emacs.c</PATH> | ||
| 1020 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1021 | <FILEKIND>Text</FILEKIND> | ||
| 1022 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1023 | </FILE> | ||
| 1024 | <FILE> | ||
| 1025 | <PATHTYPE>Name</PATHTYPE> | ||
| 1026 | <PATH>process.c</PATH> | ||
| 1027 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1028 | <FILEKIND>Text</FILEKIND> | ||
| 1029 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1030 | </FILE> | ||
| 1031 | <FILE> | ||
| 1032 | <PATHTYPE>Name</PATHTYPE> | ||
| 1033 | <PATH>floatfns.c</PATH> | ||
| 1034 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1035 | <FILEKIND>Text</FILEKIND> | ||
| 1036 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1037 | </FILE> | ||
| 1038 | <FILE> | ||
| 1039 | <PATHTYPE>Name</PATHTYPE> | ||
| 1040 | <PATH>editfns.c</PATH> | ||
| 1041 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1042 | <FILEKIND>Text</FILEKIND> | ||
| 1043 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1044 | </FILE> | ||
| 1045 | <FILE> | ||
| 1046 | <PATHTYPE>Name</PATHTYPE> | ||
| 1047 | <PATH>macros.c</PATH> | ||
| 1048 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1049 | <FILEKIND>Text</FILEKIND> | ||
| 1050 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1051 | </FILE> | ||
| 1052 | <FILE> | ||
| 1053 | <PATHTYPE>Name</PATHTYPE> | ||
| 1054 | <PATH>xdisp.c</PATH> | ||
| 1055 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1056 | <FILEKIND>Text</FILEKIND> | ||
| 1057 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1058 | </FILE> | ||
| 1059 | <FILE> | ||
| 1060 | <PATHTYPE>Name</PATHTYPE> | ||
| 1061 | <PATH>window.c</PATH> | ||
| 1062 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1063 | <FILEKIND>Text</FILEKIND> | ||
| 1064 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1065 | </FILE> | ||
| 1066 | <FILE> | ||
| 1067 | <PATHTYPE>Name</PATHTYPE> | ||
| 1068 | <PATH>minibuf.c</PATH> | ||
| 1069 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1070 | <FILEKIND>Text</FILEKIND> | ||
| 1071 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1072 | </FILE> | ||
| 1073 | <FILE> | ||
| 1074 | <PATHTYPE>Name</PATHTYPE> | ||
| 1075 | <PATH>keymap.c</PATH> | ||
| 1076 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1077 | <FILEKIND>Text</FILEKIND> | ||
| 1078 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1079 | </FILE> | ||
| 1080 | <FILE> | ||
| 1081 | <PATHTYPE>Name</PATHTYPE> | ||
| 1082 | <PATH>buffer.c</PATH> | ||
| 1083 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1084 | <FILEKIND>Text</FILEKIND> | ||
| 1085 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1086 | </FILE> | ||
| 1087 | <FILE> | ||
| 1088 | <PATHTYPE>Name</PATHTYPE> | ||
| 1089 | <PATH>cmds.c</PATH> | ||
| 1090 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1091 | <FILEKIND>Text</FILEKIND> | ||
| 1092 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1093 | </FILE> | ||
| 1094 | <FILE> | ||
| 1095 | <PATHTYPE>Name</PATHTYPE> | ||
| 1096 | <PATH>casefiddle.c</PATH> | ||
| 1097 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1098 | <FILEKIND>Text</FILEKIND> | ||
| 1099 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1100 | </FILE> | ||
| 1101 | <FILE> | ||
| 1102 | <PATHTYPE>Name</PATHTYPE> | ||
| 1103 | <PATH>textprop.c</PATH> | ||
| 1104 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1105 | <FILEKIND>Text</FILEKIND> | ||
| 1106 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1107 | </FILE> | ||
| 1108 | <FILE> | ||
| 1109 | <PATHTYPE>Name</PATHTYPE> | ||
| 1110 | <PATH>undo.c</PATH> | ||
| 1111 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1112 | <FILEKIND>Text</FILEKIND> | ||
| 1113 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1114 | </FILE> | ||
| 1115 | <FILE> | ||
| 1116 | <PATHTYPE>Name</PATHTYPE> | ||
| 1117 | <PATH>syntax.c</PATH> | ||
| 1118 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1119 | <FILEKIND>Text</FILEKIND> | ||
| 1120 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1121 | </FILE> | ||
| 1122 | <FILE> | ||
| 1123 | <PATHTYPE>Name</PATHTYPE> | ||
| 1124 | <PATH>search.c</PATH> | ||
| 1125 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1126 | <FILEKIND>Text</FILEKIND> | ||
| 1127 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1128 | </FILE> | ||
| 1129 | <FILE> | ||
| 1130 | <PATHTYPE>Name</PATHTYPE> | ||
| 1131 | <PATH>marker.c</PATH> | ||
| 1132 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1133 | <FILEKIND>Text</FILEKIND> | ||
| 1134 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1135 | </FILE> | ||
| 1136 | <FILE> | ||
| 1137 | <PATHTYPE>Name</PATHTYPE> | ||
| 1138 | <PATH>insdel.c</PATH> | ||
| 1139 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1140 | <FILEKIND>Text</FILEKIND> | ||
| 1141 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1142 | </FILE> | ||
| 1143 | <FILE> | ||
| 1144 | <PATHTYPE>Name</PATHTYPE> | ||
| 1145 | <PATH>indent.c</PATH> | ||
| 1146 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1147 | <FILEKIND>Text</FILEKIND> | ||
| 1148 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1149 | </FILE> | ||
| 1150 | <FILE> | ||
| 1151 | <PATHTYPE>Name</PATHTYPE> | ||
| 1152 | <PATH>coding.c</PATH> | ||
| 1153 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1154 | <FILEKIND>Text</FILEKIND> | ||
| 1155 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1156 | </FILE> | ||
| 1157 | <FILE> | ||
| 1158 | <PATHTYPE>Name</PATHTYPE> | ||
| 1159 | <PATH>fileio.c</PATH> | ||
| 1160 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1161 | <FILEKIND>Text</FILEKIND> | ||
| 1162 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1163 | </FILE> | ||
| 1164 | <FILE> | ||
| 1165 | <PATHTYPE>Name</PATHTYPE> | ||
| 1166 | <PATH>alloc.c</PATH> | ||
| 1167 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1168 | <FILEKIND>Text</FILEKIND> | ||
| 1169 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1170 | </FILE> | ||
| 1171 | <FILE> | ||
| 1172 | <PATHTYPE>Name</PATHTYPE> | ||
| 1173 | <PATH>fns.c</PATH> | ||
| 1174 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1175 | <FILEKIND>Text</FILEKIND> | ||
| 1176 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1177 | </FILE> | ||
| 1178 | <FILE> | ||
| 1179 | <PATHTYPE>Name</PATHTYPE> | ||
| 1180 | <PATH>eval.c</PATH> | ||
| 1181 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1182 | <FILEKIND>Text</FILEKIND> | ||
| 1183 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1184 | </FILE> | ||
| 1185 | <FILE> | ||
| 1186 | <PATHTYPE>Name</PATHTYPE> | ||
| 1187 | <PATH>doc.c</PATH> | ||
| 1188 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1189 | <FILEKIND>Text</FILEKIND> | ||
| 1190 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1191 | </FILE> | ||
| 1192 | <FILE> | ||
| 1193 | <PATHTYPE>Name</PATHTYPE> | ||
| 1194 | <PATH>dired.c</PATH> | ||
| 1195 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1196 | <FILEKIND>Text</FILEKIND> | ||
| 1197 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1198 | </FILE> | ||
| 1199 | <FILE> | ||
| 1200 | <PATHTYPE>Name</PATHTYPE> | ||
| 1201 | <PATH>charset.c</PATH> | ||
| 1202 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1203 | <FILEKIND>Text</FILEKIND> | ||
| 1204 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1205 | </FILE> | ||
| 1206 | <FILE> | ||
| 1207 | <PATHTYPE>Name</PATHTYPE> | ||
| 1208 | <PATH>ccl.c</PATH> | ||
| 1209 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1210 | <FILEKIND>Text</FILEKIND> | ||
| 1211 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1212 | </FILE> | ||
| 1213 | <FILE> | ||
| 1214 | <PATHTYPE>Name</PATHTYPE> | ||
| 1215 | <PATH>category.c</PATH> | ||
| 1216 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1217 | <FILEKIND>Text</FILEKIND> | ||
| 1218 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1219 | </FILE> | ||
| 1220 | <FILE> | ||
| 1221 | <PATHTYPE>Name</PATHTYPE> | ||
| 1222 | <PATH>callproc.c</PATH> | ||
| 1223 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1224 | <FILEKIND>Text</FILEKIND> | ||
| 1225 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1226 | </FILE> | ||
| 1227 | <FILE> | ||
| 1228 | <PATHTYPE>Name</PATHTYPE> | ||
| 1229 | <PATH>casetab.c</PATH> | ||
| 1230 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1231 | <FILEKIND>Text</FILEKIND> | ||
| 1232 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1233 | </FILE> | ||
| 1234 | <FILE> | ||
| 1235 | <PATHTYPE>Name</PATHTYPE> | ||
| 1236 | <PATH>callint.c</PATH> | ||
| 1237 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1238 | <FILEKIND>Text</FILEKIND> | ||
| 1239 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1240 | </FILE> | ||
| 1241 | <FILE> | ||
| 1242 | <PATHTYPE>Name</PATHTYPE> | ||
| 1243 | <PATH>bytecode.c</PATH> | ||
| 1244 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1245 | <FILEKIND>Text</FILEKIND> | ||
| 1246 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1247 | </FILE> | ||
| 1248 | <FILE> | ||
| 1249 | <PATHTYPE>Name</PATHTYPE> | ||
| 1250 | <PATH>abbrev.c</PATH> | ||
| 1251 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1252 | <FILEKIND>Text</FILEKIND> | ||
| 1253 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1254 | </FILE> | ||
| 1255 | <FILE> | ||
| 1256 | <PATHTYPE>Name</PATHTYPE> | ||
| 1257 | <PATH>print.c</PATH> | ||
| 1258 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1259 | <FILEKIND>Text</FILEKIND> | ||
| 1260 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1261 | </FILE> | ||
| 1262 | <FILE> | ||
| 1263 | <PATHTYPE>Name</PATHTYPE> | ||
| 1264 | <PATH>data.c</PATH> | ||
| 1265 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1266 | <FILEKIND>Text</FILEKIND> | ||
| 1267 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1268 | </FILE> | ||
| 1269 | <FILE> | ||
| 1270 | <PATHTYPE>Name</PATHTYPE> | ||
| 1271 | <PATH>intervals.c</PATH> | ||
| 1272 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1273 | <FILEKIND>Text</FILEKIND> | ||
| 1274 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1275 | </FILE> | ||
| 1276 | <FILE> | ||
| 1277 | <PATHTYPE>Name</PATHTYPE> | ||
| 1278 | <PATH>regex.c</PATH> | ||
| 1279 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1280 | <FILEKIND>Text</FILEKIND> | ||
| 1281 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1282 | </FILE> | ||
| 1283 | <FILE> | ||
| 1284 | <PATHTYPE>Name</PATHTYPE> | ||
| 1285 | <PATH>mktime.c</PATH> | ||
| 1286 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1287 | <FILEKIND>Text</FILEKIND> | ||
| 1288 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1289 | </FILE> | ||
| 1290 | <FILE> | ||
| 1291 | <PATHTYPE>Name</PATHTYPE> | ||
| 1292 | <PATH>filemode.c</PATH> | ||
| 1293 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1294 | <FILEKIND>Text</FILEKIND> | ||
| 1295 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1296 | </FILE> | ||
| 1297 | <FILE> | ||
| 1298 | <PATHTYPE>Name</PATHTYPE> | ||
| 1299 | <PATH>getloadavg.c</PATH> | ||
| 1300 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1301 | <FILEKIND>Text</FILEKIND> | ||
| 1302 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1303 | </FILE> | ||
| 1304 | <FILE> | ||
| 1305 | <PATHTYPE>Name</PATHTYPE> | ||
| 1306 | <PATH>scroll.c</PATH> | ||
| 1307 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1308 | <FILEKIND>Text</FILEKIND> | ||
| 1309 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1310 | </FILE> | ||
| 1311 | <FILE> | ||
| 1312 | <PATHTYPE>Name</PATHTYPE> | ||
| 1313 | <PATH>region-cache.c</PATH> | ||
| 1314 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1315 | <FILEKIND>Text</FILEKIND> | ||
| 1316 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1317 | </FILE> | ||
| 1318 | <FILE> | ||
| 1319 | <PATHTYPE>Name</PATHTYPE> | ||
| 1320 | <PATH>doprnt.c</PATH> | ||
| 1321 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1322 | <FILEKIND>Text</FILEKIND> | ||
| 1323 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1324 | </FILE> | ||
| 1325 | <FILE> | ||
| 1326 | <PATHTYPE>Name</PATHTYPE> | ||
| 1327 | <PATH>cm.c</PATH> | ||
| 1328 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1329 | <FILEKIND>Text</FILEKIND> | ||
| 1330 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1331 | </FILE> | ||
| 1332 | <FILE> | ||
| 1333 | <PATHTYPE>Name</PATHTYPE> | ||
| 1334 | <PATH>termcap.c</PATH> | ||
| 1335 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1336 | <FILEKIND>Text</FILEKIND> | ||
| 1337 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1338 | </FILE> | ||
| 1339 | <FILE> | ||
| 1340 | <PATHTYPE>Name</PATHTYPE> | ||
| 1341 | <PATH>tparam.c</PATH> | ||
| 1342 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1343 | <FILEKIND>Text</FILEKIND> | ||
| 1344 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1345 | </FILE> | ||
| 1346 | <FILE> | ||
| 1347 | <PATHTYPE>Name</PATHTYPE> | ||
| 1348 | <PATH>sysdep.c</PATH> | ||
| 1349 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1350 | <FILEKIND>Text</FILEKIND> | ||
| 1351 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1352 | </FILE> | ||
| 1353 | <FILE> | ||
| 1354 | <PATHTYPE>Name</PATHTYPE> | ||
| 1355 | <PATH>lread.c</PATH> | ||
| 1356 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1357 | <FILEKIND>Text</FILEKIND> | ||
| 1358 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1359 | </FILE> | ||
| 1360 | <FILE> | ||
| 1361 | <PATHTYPE>Name</PATHTYPE> | ||
| 1362 | <PATH>frame.c</PATH> | ||
| 1363 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1364 | <FILEKIND>Text</FILEKIND> | ||
| 1365 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1366 | </FILE> | ||
| 1367 | <FILE> | ||
| 1368 | <PATHTYPE>Name</PATHTYPE> | ||
| 1369 | <PATH>term.c</PATH> | ||
| 1370 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1371 | <FILEKIND>Text</FILEKIND> | ||
| 1372 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1373 | </FILE> | ||
| 1374 | <FILE> | ||
| 1375 | <PATHTYPE>Name</PATHTYPE> | ||
| 1376 | <PATH>keyboard.c</PATH> | ||
| 1377 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1378 | <FILEKIND>Text</FILEKIND> | ||
| 1379 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1380 | </FILE> | ||
| 1381 | <FILE> | ||
| 1382 | <PATHTYPE>Name</PATHTYPE> | ||
| 1383 | <PATH>fontset.c</PATH> | ||
| 1384 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1385 | <FILEKIND>Text</FILEKIND> | ||
| 1386 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1387 | </FILE> | ||
| 1388 | <FILE> | ||
| 1389 | <PATHTYPE>Name</PATHTYPE> | ||
| 1390 | <PATH>dispnew.c</PATH> | ||
| 1391 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1392 | <FILEKIND>Text</FILEKIND> | ||
| 1393 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1394 | </FILE> | ||
| 1395 | <FILE> | ||
| 1396 | <PATHTYPE>Name</PATHTYPE> | ||
| 1397 | <PATH>Emacs.r</PATH> | ||
| 1398 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1399 | <FILEKIND>Text</FILEKIND> | ||
| 1400 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1401 | </FILE> | ||
| 1402 | <FILE> | ||
| 1403 | <PATHTYPE>Name</PATHTYPE> | ||
| 1404 | <PATH>AppleScriptLib</PATH> | ||
| 1405 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1406 | <FILEKIND>Library</FILEKIND> | ||
| 1407 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1408 | </FILE> | ||
| 1409 | <FILE> | ||
| 1410 | <PATHTYPE>Name</PATHTYPE> | ||
| 1411 | <PATH>strftime.c</PATH> | ||
| 1412 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1413 | <FILEKIND>Text</FILEKIND> | ||
| 1414 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1415 | </FILE> | ||
| 1416 | <FILE> | ||
| 1417 | <PATHTYPE>Name</PATHTYPE> | ||
| 1418 | <PATH>TextEncodingConverter</PATH> | ||
| 1419 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1420 | <FILEKIND>Library</FILEKIND> | ||
| 1421 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1422 | </FILE> | ||
| 1423 | <FILE> | ||
| 1424 | <PATHTYPE>Name</PATHTYPE> | ||
| 1425 | <PATH>xfaces.c</PATH> | ||
| 1426 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1427 | <FILEKIND>Text</FILEKIND> | ||
| 1428 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1429 | </FILE> | ||
| 1430 | <FILE> | ||
| 1431 | <PATHTYPE>Name</PATHTYPE> | ||
| 1432 | <PATH>macfns.c</PATH> | ||
| 1433 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1434 | <FILEKIND>Text</FILEKIND> | ||
| 1435 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1436 | </FILE> | ||
| 1437 | <FILE> | ||
| 1438 | <PATHTYPE>Name</PATHTYPE> | ||
| 1439 | <PATH>macterm.c</PATH> | ||
| 1440 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1441 | <FILEKIND>Text</FILEKIND> | ||
| 1442 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1443 | </FILE> | ||
| 1444 | <FILE> | ||
| 1445 | <PATHTYPE>Name</PATHTYPE> | ||
| 1446 | <PATH>composite.c</PATH> | ||
| 1447 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1448 | <FILEKIND>Text</FILEKIND> | ||
| 1449 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1450 | </FILE> | ||
| 1451 | <FILE> | ||
| 1452 | <PATHTYPE>Name</PATHTYPE> | ||
| 1453 | <PATH>atimer.c</PATH> | ||
| 1454 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1455 | <FILEKIND>Text</FILEKIND> | ||
| 1456 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1457 | </FILE> | ||
| 1458 | <FILE> | ||
| 1459 | <PATHTYPE>Name</PATHTYPE> | ||
| 1460 | <PATH>mac.c</PATH> | ||
| 1461 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1462 | <FILEKIND>Text</FILEKIND> | ||
| 1463 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1464 | </FILE> | ||
| 1465 | <FILE> | ||
| 1466 | <PATHTYPE>Name</PATHTYPE> | ||
| 1467 | <PATH>alloca.c</PATH> | ||
| 1468 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1469 | <FILEKIND>Text</FILEKIND> | ||
| 1470 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1471 | </FILE> | ||
| 1472 | <FILE> | ||
| 1473 | <PATHTYPE>Name</PATHTYPE> | ||
| 1474 | <PATH>macmenu.c</PATH> | ||
| 1475 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1476 | <FILEKIND>Text</FILEKIND> | ||
| 1477 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1478 | </FILE> | ||
| 1479 | <FILE> | ||
| 1480 | <PATHTYPE>Name</PATHTYPE> | ||
| 1481 | <PATH>AppearanceLib</PATH> | ||
| 1482 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1483 | <FILEKIND>Library</FILEKIND> | ||
| 1484 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1485 | </FILE> | ||
| 1486 | <FILE> | ||
| 1487 | <PATHTYPE>Name</PATHTYPE> | ||
| 1488 | <PATH>MSL C.PPC.Lib</PATH> | ||
| 1489 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1490 | <FILEKIND>Library</FILEKIND> | ||
| 1491 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1492 | </FILE> | ||
| 1493 | <FILE> | ||
| 1494 | <PATHTYPE>Name</PATHTYPE> | ||
| 1495 | <PATH>MSL SIOUX.PPC.Lib</PATH> | ||
| 1496 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1497 | <FILEKIND>Library</FILEKIND> | ||
| 1498 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1499 | </FILE> | ||
| 1500 | <FILE> | ||
| 1501 | <PATHTYPE>Name</PATHTYPE> | ||
| 1502 | <PATH>MSL RuntimePPC.Lib</PATH> | ||
| 1503 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1504 | <FILEKIND>Library</FILEKIND> | ||
| 1505 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1506 | </FILE> | ||
| 1507 | <FILE> | ||
| 1508 | <PATHTYPE>Name</PATHTYPE> | ||
| 1509 | <PATH>md5.c</PATH> | ||
| 1510 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1511 | <FILEKIND>Text</FILEKIND> | ||
| 1512 | <FILEFLAGS>Debug</FILEFLAGS> | ||
| 1513 | </FILE> | ||
| 1514 | </FILELIST> | ||
| 1515 | <LINKORDER> | ||
| 1516 | <FILEREF> | ||
| 1517 | <PATHTYPE>Name</PATHTYPE> | ||
| 1518 | <PATH>abbrev.c</PATH> | ||
| 1519 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1520 | </FILEREF> | ||
| 1521 | <FILEREF> | ||
| 1522 | <PATHTYPE>Name</PATHTYPE> | ||
| 1523 | <PATH>alloc.c</PATH> | ||
| 1524 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1525 | </FILEREF> | ||
| 1526 | <FILEREF> | ||
| 1527 | <PATHTYPE>Name</PATHTYPE> | ||
| 1528 | <PATH>alloca.c</PATH> | ||
| 1529 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1530 | </FILEREF> | ||
| 1531 | <FILEREF> | ||
| 1532 | <PATHTYPE>Name</PATHTYPE> | ||
| 1533 | <PATH>atimer.c</PATH> | ||
| 1534 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1535 | </FILEREF> | ||
| 1536 | <FILEREF> | ||
| 1537 | <PATHTYPE>Name</PATHTYPE> | ||
| 1538 | <PATH>buffer.c</PATH> | ||
| 1539 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1540 | </FILEREF> | ||
| 1541 | <FILEREF> | ||
| 1542 | <PATHTYPE>Name</PATHTYPE> | ||
| 1543 | <PATH>bytecode.c</PATH> | ||
| 1544 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1545 | </FILEREF> | ||
| 1546 | <FILEREF> | ||
| 1547 | <PATHTYPE>Name</PATHTYPE> | ||
| 1548 | <PATH>callint.c</PATH> | ||
| 1549 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1550 | </FILEREF> | ||
| 1551 | <FILEREF> | ||
| 1552 | <PATHTYPE>Name</PATHTYPE> | ||
| 1553 | <PATH>callproc.c</PATH> | ||
| 1554 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1555 | </FILEREF> | ||
| 1556 | <FILEREF> | ||
| 1557 | <PATHTYPE>Name</PATHTYPE> | ||
| 1558 | <PATH>casefiddle.c</PATH> | ||
| 1559 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1560 | </FILEREF> | ||
| 1561 | <FILEREF> | ||
| 1562 | <PATHTYPE>Name</PATHTYPE> | ||
| 1563 | <PATH>casetab.c</PATH> | ||
| 1564 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1565 | </FILEREF> | ||
| 1566 | <FILEREF> | ||
| 1567 | <PATHTYPE>Name</PATHTYPE> | ||
| 1568 | <PATH>category.c</PATH> | ||
| 1569 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1570 | </FILEREF> | ||
| 1571 | <FILEREF> | ||
| 1572 | <PATHTYPE>Name</PATHTYPE> | ||
| 1573 | <PATH>ccl.c</PATH> | ||
| 1574 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1575 | </FILEREF> | ||
| 1576 | <FILEREF> | ||
| 1577 | <PATHTYPE>Name</PATHTYPE> | ||
| 1578 | <PATH>charset.c</PATH> | ||
| 1579 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1580 | </FILEREF> | ||
| 1581 | <FILEREF> | ||
| 1582 | <PATHTYPE>Name</PATHTYPE> | ||
| 1583 | <PATH>cm.c</PATH> | ||
| 1584 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1585 | </FILEREF> | ||
| 1586 | <FILEREF> | ||
| 1587 | <PATHTYPE>Name</PATHTYPE> | ||
| 1588 | <PATH>cmds.c</PATH> | ||
| 1589 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1590 | </FILEREF> | ||
| 1591 | <FILEREF> | ||
| 1592 | <PATHTYPE>Name</PATHTYPE> | ||
| 1593 | <PATH>coding.c</PATH> | ||
| 1594 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1595 | </FILEREF> | ||
| 1596 | <FILEREF> | ||
| 1597 | <PATHTYPE>Name</PATHTYPE> | ||
| 1598 | <PATH>composite.c</PATH> | ||
| 1599 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1600 | </FILEREF> | ||
| 1601 | <FILEREF> | ||
| 1602 | <PATHTYPE>Name</PATHTYPE> | ||
| 1603 | <PATH>data.c</PATH> | ||
| 1604 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1605 | </FILEREF> | ||
| 1606 | <FILEREF> | ||
| 1607 | <PATHTYPE>Name</PATHTYPE> | ||
| 1608 | <PATH>dired.c</PATH> | ||
| 1609 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1610 | </FILEREF> | ||
| 1611 | <FILEREF> | ||
| 1612 | <PATHTYPE>Name</PATHTYPE> | ||
| 1613 | <PATH>dispnew.c</PATH> | ||
| 1614 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1615 | </FILEREF> | ||
| 1616 | <FILEREF> | ||
| 1617 | <PATHTYPE>Name</PATHTYPE> | ||
| 1618 | <PATH>doc.c</PATH> | ||
| 1619 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1620 | </FILEREF> | ||
| 1621 | <FILEREF> | ||
| 1622 | <PATHTYPE>Name</PATHTYPE> | ||
| 1623 | <PATH>doprnt.c</PATH> | ||
| 1624 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1625 | </FILEREF> | ||
| 1626 | <FILEREF> | ||
| 1627 | <PATHTYPE>Name</PATHTYPE> | ||
| 1628 | <PATH>editfns.c</PATH> | ||
| 1629 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1630 | </FILEREF> | ||
| 1631 | <FILEREF> | ||
| 1632 | <PATHTYPE>Name</PATHTYPE> | ||
| 1633 | <PATH>emacs.c</PATH> | ||
| 1634 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1635 | </FILEREF> | ||
| 1636 | <FILEREF> | ||
| 1637 | <PATHTYPE>Name</PATHTYPE> | ||
| 1638 | <PATH>eval.c</PATH> | ||
| 1639 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1640 | </FILEREF> | ||
| 1641 | <FILEREF> | ||
| 1642 | <PATHTYPE>Name</PATHTYPE> | ||
| 1643 | <PATH>fileio.c</PATH> | ||
| 1644 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1645 | </FILEREF> | ||
| 1646 | <FILEREF> | ||
| 1647 | <PATHTYPE>Name</PATHTYPE> | ||
| 1648 | <PATH>filemode.c</PATH> | ||
| 1649 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1650 | </FILEREF> | ||
| 1651 | <FILEREF> | ||
| 1652 | <PATHTYPE>Name</PATHTYPE> | ||
| 1653 | <PATH>floatfns.c</PATH> | ||
| 1654 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1655 | </FILEREF> | ||
| 1656 | <FILEREF> | ||
| 1657 | <PATHTYPE>Name</PATHTYPE> | ||
| 1658 | <PATH>fns.c</PATH> | ||
| 1659 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1660 | </FILEREF> | ||
| 1661 | <FILEREF> | ||
| 1662 | <PATHTYPE>Name</PATHTYPE> | ||
| 1663 | <PATH>fontset.c</PATH> | ||
| 1664 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1665 | </FILEREF> | ||
| 1666 | <FILEREF> | ||
| 1667 | <PATHTYPE>Name</PATHTYPE> | ||
| 1668 | <PATH>frame.c</PATH> | ||
| 1669 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1670 | </FILEREF> | ||
| 1671 | <FILEREF> | ||
| 1672 | <PATHTYPE>Name</PATHTYPE> | ||
| 1673 | <PATH>getloadavg.c</PATH> | ||
| 1674 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1675 | </FILEREF> | ||
| 1676 | <FILEREF> | ||
| 1677 | <PATHTYPE>Name</PATHTYPE> | ||
| 1678 | <PATH>indent.c</PATH> | ||
| 1679 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1680 | </FILEREF> | ||
| 1681 | <FILEREF> | ||
| 1682 | <PATHTYPE>Name</PATHTYPE> | ||
| 1683 | <PATH>insdel.c</PATH> | ||
| 1684 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1685 | </FILEREF> | ||
| 1686 | <FILEREF> | ||
| 1687 | <PATHTYPE>Name</PATHTYPE> | ||
| 1688 | <PATH>intervals.c</PATH> | ||
| 1689 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1690 | </FILEREF> | ||
| 1691 | <FILEREF> | ||
| 1692 | <PATHTYPE>Name</PATHTYPE> | ||
| 1693 | <PATH>keyboard.c</PATH> | ||
| 1694 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1695 | </FILEREF> | ||
| 1696 | <FILEREF> | ||
| 1697 | <PATHTYPE>Name</PATHTYPE> | ||
| 1698 | <PATH>keymap.c</PATH> | ||
| 1699 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1700 | </FILEREF> | ||
| 1701 | <FILEREF> | ||
| 1702 | <PATHTYPE>Name</PATHTYPE> | ||
| 1703 | <PATH>lread.c</PATH> | ||
| 1704 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1705 | </FILEREF> | ||
| 1706 | <FILEREF> | ||
| 1707 | <PATHTYPE>Name</PATHTYPE> | ||
| 1708 | <PATH>macros.c</PATH> | ||
| 1709 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1710 | </FILEREF> | ||
| 1711 | <FILEREF> | ||
| 1712 | <PATHTYPE>Name</PATHTYPE> | ||
| 1713 | <PATH>marker.c</PATH> | ||
| 1714 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1715 | </FILEREF> | ||
| 1716 | <FILEREF> | ||
| 1717 | <PATHTYPE>Name</PATHTYPE> | ||
| 1718 | <PATH>md5.c</PATH> | ||
| 1719 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1720 | </FILEREF> | ||
| 1721 | <FILEREF> | ||
| 1722 | <PATHTYPE>Name</PATHTYPE> | ||
| 1723 | <PATH>minibuf.c</PATH> | ||
| 1724 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1725 | </FILEREF> | ||
| 1726 | <FILEREF> | ||
| 1727 | <PATHTYPE>Name</PATHTYPE> | ||
| 1728 | <PATH>mktime.c</PATH> | ||
| 1729 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1730 | </FILEREF> | ||
| 1731 | <FILEREF> | ||
| 1732 | <PATHTYPE>Name</PATHTYPE> | ||
| 1733 | <PATH>print.c</PATH> | ||
| 1734 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1735 | </FILEREF> | ||
| 1736 | <FILEREF> | ||
| 1737 | <PATHTYPE>Name</PATHTYPE> | ||
| 1738 | <PATH>process.c</PATH> | ||
| 1739 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1740 | </FILEREF> | ||
| 1741 | <FILEREF> | ||
| 1742 | <PATHTYPE>Name</PATHTYPE> | ||
| 1743 | <PATH>regex.c</PATH> | ||
| 1744 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1745 | </FILEREF> | ||
| 1746 | <FILEREF> | ||
| 1747 | <PATHTYPE>Name</PATHTYPE> | ||
| 1748 | <PATH>region-cache.c</PATH> | ||
| 1749 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1750 | </FILEREF> | ||
| 1751 | <FILEREF> | ||
| 1752 | <PATHTYPE>Name</PATHTYPE> | ||
| 1753 | <PATH>scroll.c</PATH> | ||
| 1754 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1755 | </FILEREF> | ||
| 1756 | <FILEREF> | ||
| 1757 | <PATHTYPE>Name</PATHTYPE> | ||
| 1758 | <PATH>search.c</PATH> | ||
| 1759 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1760 | </FILEREF> | ||
| 1761 | <FILEREF> | ||
| 1762 | <PATHTYPE>Name</PATHTYPE> | ||
| 1763 | <PATH>strftime.c</PATH> | ||
| 1764 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1765 | </FILEREF> | ||
| 1766 | <FILEREF> | ||
| 1767 | <PATHTYPE>Name</PATHTYPE> | ||
| 1768 | <PATH>syntax.c</PATH> | ||
| 1769 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1770 | </FILEREF> | ||
| 1771 | <FILEREF> | ||
| 1772 | <PATHTYPE>Name</PATHTYPE> | ||
| 1773 | <PATH>term.c</PATH> | ||
| 1774 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1775 | </FILEREF> | ||
| 1776 | <FILEREF> | ||
| 1777 | <PATHTYPE>Name</PATHTYPE> | ||
| 1778 | <PATH>termcap.c</PATH> | ||
| 1779 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1780 | </FILEREF> | ||
| 1781 | <FILEREF> | ||
| 1782 | <PATHTYPE>Name</PATHTYPE> | ||
| 1783 | <PATH>textprop.c</PATH> | ||
| 1784 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1785 | </FILEREF> | ||
| 1786 | <FILEREF> | ||
| 1787 | <PATHTYPE>Name</PATHTYPE> | ||
| 1788 | <PATH>tparam.c</PATH> | ||
| 1789 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1790 | </FILEREF> | ||
| 1791 | <FILEREF> | ||
| 1792 | <PATHTYPE>Name</PATHTYPE> | ||
| 1793 | <PATH>undo.c</PATH> | ||
| 1794 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1795 | </FILEREF> | ||
| 1796 | <FILEREF> | ||
| 1797 | <PATHTYPE>Name</PATHTYPE> | ||
| 1798 | <PATH>window.c</PATH> | ||
| 1799 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1800 | </FILEREF> | ||
| 1801 | <FILEREF> | ||
| 1802 | <PATHTYPE>Name</PATHTYPE> | ||
| 1803 | <PATH>xdisp.c</PATH> | ||
| 1804 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1805 | </FILEREF> | ||
| 1806 | <FILEREF> | ||
| 1807 | <PATHTYPE>Name</PATHTYPE> | ||
| 1808 | <PATH>sysdep.c</PATH> | ||
| 1809 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1810 | </FILEREF> | ||
| 1811 | <FILEREF> | ||
| 1812 | <PATHTYPE>Name</PATHTYPE> | ||
| 1813 | <PATH>xfaces.c</PATH> | ||
| 1814 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1815 | </FILEREF> | ||
| 1816 | <FILEREF> | ||
| 1817 | <PATHTYPE>Name</PATHTYPE> | ||
| 1818 | <PATH>mac.c</PATH> | ||
| 1819 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1820 | </FILEREF> | ||
| 1821 | <FILEREF> | ||
| 1822 | <PATHTYPE>Name</PATHTYPE> | ||
| 1823 | <PATH>macfns.c</PATH> | ||
| 1824 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1825 | </FILEREF> | ||
| 1826 | <FILEREF> | ||
| 1827 | <PATHTYPE>Name</PATHTYPE> | ||
| 1828 | <PATH>macmenu.c</PATH> | ||
| 1829 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1830 | </FILEREF> | ||
| 1831 | <FILEREF> | ||
| 1832 | <PATHTYPE>Name</PATHTYPE> | ||
| 1833 | <PATH>macterm.c</PATH> | ||
| 1834 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1835 | </FILEREF> | ||
| 1836 | <FILEREF> | ||
| 1837 | <PATHTYPE>Name</PATHTYPE> | ||
| 1838 | <PATH>InterfaceLib</PATH> | ||
| 1839 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1840 | </FILEREF> | ||
| 1841 | <FILEREF> | ||
| 1842 | <PATHTYPE>Name</PATHTYPE> | ||
| 1843 | <PATH>MathLib</PATH> | ||
| 1844 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1845 | </FILEREF> | ||
| 1846 | <FILEREF> | ||
| 1847 | <PATHTYPE>Name</PATHTYPE> | ||
| 1848 | <PATH>AppleScriptLib</PATH> | ||
| 1849 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1850 | </FILEREF> | ||
| 1851 | <FILEREF> | ||
| 1852 | <PATHTYPE>Name</PATHTYPE> | ||
| 1853 | <PATH>TextEncodingConverter</PATH> | ||
| 1854 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1855 | </FILEREF> | ||
| 1856 | <FILEREF> | ||
| 1857 | <PATHTYPE>Name</PATHTYPE> | ||
| 1858 | <PATH>AppearanceLib</PATH> | ||
| 1859 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1860 | </FILEREF> | ||
| 1861 | <FILEREF> | ||
| 1862 | <PATHTYPE>Name</PATHTYPE> | ||
| 1863 | <PATH>Emacs.r</PATH> | ||
| 1864 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1865 | </FILEREF> | ||
| 1866 | <FILEREF> | ||
| 1867 | <PATHTYPE>Name</PATHTYPE> | ||
| 1868 | <PATH>MSL C.PPC.Lib</PATH> | ||
| 1869 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1870 | </FILEREF> | ||
| 1871 | <FILEREF> | ||
| 1872 | <PATHTYPE>Name</PATHTYPE> | ||
| 1873 | <PATH>MSL SIOUX.PPC.Lib</PATH> | ||
| 1874 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1875 | </FILEREF> | ||
| 1876 | <FILEREF> | ||
| 1877 | <PATHTYPE>Name</PATHTYPE> | ||
| 1878 | <PATH>MSL RuntimePPC.Lib</PATH> | ||
| 1879 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1880 | </FILEREF> | ||
| 1881 | </LINKORDER> | ||
| 1882 | </TARGET> | ||
| 1883 | </TARGETLIST> | ||
| 1884 | |||
| 1885 | <TARGETORDER> | ||
| 1886 | <ORDEREDTARGET><NAME>Emacs CW</NAME></ORDEREDTARGET> | ||
| 1887 | </TARGETORDER> | ||
| 1888 | |||
| 1889 | <GROUPLIST> | ||
| 1890 | <GROUP><NAME>Emacs Source</NAME> | ||
| 1891 | <FILEREF> | ||
| 1892 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1893 | <PATHTYPE>Name</PATHTYPE> | ||
| 1894 | <PATH>abbrev.c</PATH> | ||
| 1895 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1896 | </FILEREF> | ||
| 1897 | <FILEREF> | ||
| 1898 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1899 | <PATHTYPE>Name</PATHTYPE> | ||
| 1900 | <PATH>alloc.c</PATH> | ||
| 1901 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1902 | </FILEREF> | ||
| 1903 | <FILEREF> | ||
| 1904 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1905 | <PATHTYPE>Name</PATHTYPE> | ||
| 1906 | <PATH>alloca.c</PATH> | ||
| 1907 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1908 | </FILEREF> | ||
| 1909 | <FILEREF> | ||
| 1910 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1911 | <PATHTYPE>Name</PATHTYPE> | ||
| 1912 | <PATH>atimer.c</PATH> | ||
| 1913 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1914 | </FILEREF> | ||
| 1915 | <FILEREF> | ||
| 1916 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1917 | <PATHTYPE>Name</PATHTYPE> | ||
| 1918 | <PATH>buffer.c</PATH> | ||
| 1919 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1920 | </FILEREF> | ||
| 1921 | <FILEREF> | ||
| 1922 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1923 | <PATHTYPE>Name</PATHTYPE> | ||
| 1924 | <PATH>bytecode.c</PATH> | ||
| 1925 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1926 | </FILEREF> | ||
| 1927 | <FILEREF> | ||
| 1928 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1929 | <PATHTYPE>Name</PATHTYPE> | ||
| 1930 | <PATH>callint.c</PATH> | ||
| 1931 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1932 | </FILEREF> | ||
| 1933 | <FILEREF> | ||
| 1934 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1935 | <PATHTYPE>Name</PATHTYPE> | ||
| 1936 | <PATH>callproc.c</PATH> | ||
| 1937 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1938 | </FILEREF> | ||
| 1939 | <FILEREF> | ||
| 1940 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1941 | <PATHTYPE>Name</PATHTYPE> | ||
| 1942 | <PATH>casefiddle.c</PATH> | ||
| 1943 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1944 | </FILEREF> | ||
| 1945 | <FILEREF> | ||
| 1946 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1947 | <PATHTYPE>Name</PATHTYPE> | ||
| 1948 | <PATH>casetab.c</PATH> | ||
| 1949 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1950 | </FILEREF> | ||
| 1951 | <FILEREF> | ||
| 1952 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1953 | <PATHTYPE>Name</PATHTYPE> | ||
| 1954 | <PATH>category.c</PATH> | ||
| 1955 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1956 | </FILEREF> | ||
| 1957 | <FILEREF> | ||
| 1958 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1959 | <PATHTYPE>Name</PATHTYPE> | ||
| 1960 | <PATH>ccl.c</PATH> | ||
| 1961 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1962 | </FILEREF> | ||
| 1963 | <FILEREF> | ||
| 1964 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1965 | <PATHTYPE>Name</PATHTYPE> | ||
| 1966 | <PATH>charset.c</PATH> | ||
| 1967 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1968 | </FILEREF> | ||
| 1969 | <FILEREF> | ||
| 1970 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1971 | <PATHTYPE>Name</PATHTYPE> | ||
| 1972 | <PATH>cm.c</PATH> | ||
| 1973 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1974 | </FILEREF> | ||
| 1975 | <FILEREF> | ||
| 1976 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1977 | <PATHTYPE>Name</PATHTYPE> | ||
| 1978 | <PATH>cmds.c</PATH> | ||
| 1979 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1980 | </FILEREF> | ||
| 1981 | <FILEREF> | ||
| 1982 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1983 | <PATHTYPE>Name</PATHTYPE> | ||
| 1984 | <PATH>coding.c</PATH> | ||
| 1985 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1986 | </FILEREF> | ||
| 1987 | <FILEREF> | ||
| 1988 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1989 | <PATHTYPE>Name</PATHTYPE> | ||
| 1990 | <PATH>composite.c</PATH> | ||
| 1991 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1992 | </FILEREF> | ||
| 1993 | <FILEREF> | ||
| 1994 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 1995 | <PATHTYPE>Name</PATHTYPE> | ||
| 1996 | <PATH>data.c</PATH> | ||
| 1997 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 1998 | </FILEREF> | ||
| 1999 | <FILEREF> | ||
| 2000 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2001 | <PATHTYPE>Name</PATHTYPE> | ||
| 2002 | <PATH>dired.c</PATH> | ||
| 2003 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2004 | </FILEREF> | ||
| 2005 | <FILEREF> | ||
| 2006 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2007 | <PATHTYPE>Name</PATHTYPE> | ||
| 2008 | <PATH>dispnew.c</PATH> | ||
| 2009 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2010 | </FILEREF> | ||
| 2011 | <FILEREF> | ||
| 2012 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2013 | <PATHTYPE>Name</PATHTYPE> | ||
| 2014 | <PATH>doc.c</PATH> | ||
| 2015 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2016 | </FILEREF> | ||
| 2017 | <FILEREF> | ||
| 2018 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2019 | <PATHTYPE>Name</PATHTYPE> | ||
| 2020 | <PATH>doprnt.c</PATH> | ||
| 2021 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2022 | </FILEREF> | ||
| 2023 | <FILEREF> | ||
| 2024 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2025 | <PATHTYPE>Name</PATHTYPE> | ||
| 2026 | <PATH>editfns.c</PATH> | ||
| 2027 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2028 | </FILEREF> | ||
| 2029 | <FILEREF> | ||
| 2030 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2031 | <PATHTYPE>Name</PATHTYPE> | ||
| 2032 | <PATH>emacs.c</PATH> | ||
| 2033 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2034 | </FILEREF> | ||
| 2035 | <FILEREF> | ||
| 2036 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2037 | <PATHTYPE>Name</PATHTYPE> | ||
| 2038 | <PATH>eval.c</PATH> | ||
| 2039 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2040 | </FILEREF> | ||
| 2041 | <FILEREF> | ||
| 2042 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2043 | <PATHTYPE>Name</PATHTYPE> | ||
| 2044 | <PATH>fileio.c</PATH> | ||
| 2045 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2046 | </FILEREF> | ||
| 2047 | <FILEREF> | ||
| 2048 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2049 | <PATHTYPE>Name</PATHTYPE> | ||
| 2050 | <PATH>filemode.c</PATH> | ||
| 2051 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2052 | </FILEREF> | ||
| 2053 | <FILEREF> | ||
| 2054 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2055 | <PATHTYPE>Name</PATHTYPE> | ||
| 2056 | <PATH>floatfns.c</PATH> | ||
| 2057 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2058 | </FILEREF> | ||
| 2059 | <FILEREF> | ||
| 2060 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2061 | <PATHTYPE>Name</PATHTYPE> | ||
| 2062 | <PATH>fns.c</PATH> | ||
| 2063 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2064 | </FILEREF> | ||
| 2065 | <FILEREF> | ||
| 2066 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2067 | <PATHTYPE>Name</PATHTYPE> | ||
| 2068 | <PATH>fontset.c</PATH> | ||
| 2069 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2070 | </FILEREF> | ||
| 2071 | <FILEREF> | ||
| 2072 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2073 | <PATHTYPE>Name</PATHTYPE> | ||
| 2074 | <PATH>frame.c</PATH> | ||
| 2075 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2076 | </FILEREF> | ||
| 2077 | <FILEREF> | ||
| 2078 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2079 | <PATHTYPE>Name</PATHTYPE> | ||
| 2080 | <PATH>getloadavg.c</PATH> | ||
| 2081 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2082 | </FILEREF> | ||
| 2083 | <FILEREF> | ||
| 2084 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2085 | <PATHTYPE>Name</PATHTYPE> | ||
| 2086 | <PATH>indent.c</PATH> | ||
| 2087 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2088 | </FILEREF> | ||
| 2089 | <FILEREF> | ||
| 2090 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2091 | <PATHTYPE>Name</PATHTYPE> | ||
| 2092 | <PATH>insdel.c</PATH> | ||
| 2093 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2094 | </FILEREF> | ||
| 2095 | <FILEREF> | ||
| 2096 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2097 | <PATHTYPE>Name</PATHTYPE> | ||
| 2098 | <PATH>intervals.c</PATH> | ||
| 2099 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2100 | </FILEREF> | ||
| 2101 | <FILEREF> | ||
| 2102 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2103 | <PATHTYPE>Name</PATHTYPE> | ||
| 2104 | <PATH>keyboard.c</PATH> | ||
| 2105 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2106 | </FILEREF> | ||
| 2107 | <FILEREF> | ||
| 2108 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2109 | <PATHTYPE>Name</PATHTYPE> | ||
| 2110 | <PATH>keymap.c</PATH> | ||
| 2111 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2112 | </FILEREF> | ||
| 2113 | <FILEREF> | ||
| 2114 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2115 | <PATHTYPE>Name</PATHTYPE> | ||
| 2116 | <PATH>lread.c</PATH> | ||
| 2117 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2118 | </FILEREF> | ||
| 2119 | <FILEREF> | ||
| 2120 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2121 | <PATHTYPE>Name</PATHTYPE> | ||
| 2122 | <PATH>macros.c</PATH> | ||
| 2123 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2124 | </FILEREF> | ||
| 2125 | <FILEREF> | ||
| 2126 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2127 | <PATHTYPE>Name</PATHTYPE> | ||
| 2128 | <PATH>marker.c</PATH> | ||
| 2129 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2130 | </FILEREF> | ||
| 2131 | <FILEREF> | ||
| 2132 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2133 | <PATHTYPE>Name</PATHTYPE> | ||
| 2134 | <PATH>md5.c</PATH> | ||
| 2135 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2136 | </FILEREF> | ||
| 2137 | <FILEREF> | ||
| 2138 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2139 | <PATHTYPE>Name</PATHTYPE> | ||
| 2140 | <PATH>minibuf.c</PATH> | ||
| 2141 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2142 | </FILEREF> | ||
| 2143 | <FILEREF> | ||
| 2144 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2145 | <PATHTYPE>Name</PATHTYPE> | ||
| 2146 | <PATH>mktime.c</PATH> | ||
| 2147 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2148 | </FILEREF> | ||
| 2149 | <FILEREF> | ||
| 2150 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2151 | <PATHTYPE>Name</PATHTYPE> | ||
| 2152 | <PATH>print.c</PATH> | ||
| 2153 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2154 | </FILEREF> | ||
| 2155 | <FILEREF> | ||
| 2156 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2157 | <PATHTYPE>Name</PATHTYPE> | ||
| 2158 | <PATH>process.c</PATH> | ||
| 2159 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2160 | </FILEREF> | ||
| 2161 | <FILEREF> | ||
| 2162 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2163 | <PATHTYPE>Name</PATHTYPE> | ||
| 2164 | <PATH>regex.c</PATH> | ||
| 2165 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2166 | </FILEREF> | ||
| 2167 | <FILEREF> | ||
| 2168 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2169 | <PATHTYPE>Name</PATHTYPE> | ||
| 2170 | <PATH>region-cache.c</PATH> | ||
| 2171 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2172 | </FILEREF> | ||
| 2173 | <FILEREF> | ||
| 2174 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2175 | <PATHTYPE>Name</PATHTYPE> | ||
| 2176 | <PATH>scroll.c</PATH> | ||
| 2177 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2178 | </FILEREF> | ||
| 2179 | <FILEREF> | ||
| 2180 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2181 | <PATHTYPE>Name</PATHTYPE> | ||
| 2182 | <PATH>search.c</PATH> | ||
| 2183 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2184 | </FILEREF> | ||
| 2185 | <FILEREF> | ||
| 2186 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2187 | <PATHTYPE>Name</PATHTYPE> | ||
| 2188 | <PATH>strftime.c</PATH> | ||
| 2189 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2190 | </FILEREF> | ||
| 2191 | <FILEREF> | ||
| 2192 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2193 | <PATHTYPE>Name</PATHTYPE> | ||
| 2194 | <PATH>syntax.c</PATH> | ||
| 2195 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2196 | </FILEREF> | ||
| 2197 | <FILEREF> | ||
| 2198 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2199 | <PATHTYPE>Name</PATHTYPE> | ||
| 2200 | <PATH>sysdep.c</PATH> | ||
| 2201 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2202 | </FILEREF> | ||
| 2203 | <FILEREF> | ||
| 2204 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2205 | <PATHTYPE>Name</PATHTYPE> | ||
| 2206 | <PATH>term.c</PATH> | ||
| 2207 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2208 | </FILEREF> | ||
| 2209 | <FILEREF> | ||
| 2210 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2211 | <PATHTYPE>Name</PATHTYPE> | ||
| 2212 | <PATH>termcap.c</PATH> | ||
| 2213 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2214 | </FILEREF> | ||
| 2215 | <FILEREF> | ||
| 2216 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2217 | <PATHTYPE>Name</PATHTYPE> | ||
| 2218 | <PATH>textprop.c</PATH> | ||
| 2219 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2220 | </FILEREF> | ||
| 2221 | <FILEREF> | ||
| 2222 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2223 | <PATHTYPE>Name</PATHTYPE> | ||
| 2224 | <PATH>tparam.c</PATH> | ||
| 2225 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2226 | </FILEREF> | ||
| 2227 | <FILEREF> | ||
| 2228 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2229 | <PATHTYPE>Name</PATHTYPE> | ||
| 2230 | <PATH>undo.c</PATH> | ||
| 2231 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2232 | </FILEREF> | ||
| 2233 | <FILEREF> | ||
| 2234 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2235 | <PATHTYPE>Name</PATHTYPE> | ||
| 2236 | <PATH>window.c</PATH> | ||
| 2237 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2238 | </FILEREF> | ||
| 2239 | <FILEREF> | ||
| 2240 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2241 | <PATHTYPE>Name</PATHTYPE> | ||
| 2242 | <PATH>xdisp.c</PATH> | ||
| 2243 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2244 | </FILEREF> | ||
| 2245 | <FILEREF> | ||
| 2246 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2247 | <PATHTYPE>Name</PATHTYPE> | ||
| 2248 | <PATH>xfaces.c</PATH> | ||
| 2249 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2250 | </FILEREF> | ||
| 2251 | </GROUP> | ||
| 2252 | <GROUP><NAME>Mac Source</NAME> | ||
| 2253 | <FILEREF> | ||
| 2254 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2255 | <PATHTYPE>Name</PATHTYPE> | ||
| 2256 | <PATH>mac.c</PATH> | ||
| 2257 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2258 | </FILEREF> | ||
| 2259 | <FILEREF> | ||
| 2260 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2261 | <PATHTYPE>Name</PATHTYPE> | ||
| 2262 | <PATH>macfns.c</PATH> | ||
| 2263 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2264 | </FILEREF> | ||
| 2265 | <FILEREF> | ||
| 2266 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2267 | <PATHTYPE>Name</PATHTYPE> | ||
| 2268 | <PATH>macmenu.c</PATH> | ||
| 2269 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2270 | </FILEREF> | ||
| 2271 | <FILEREF> | ||
| 2272 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2273 | <PATHTYPE>Name</PATHTYPE> | ||
| 2274 | <PATH>macterm.c</PATH> | ||
| 2275 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2276 | </FILEREF> | ||
| 2277 | </GROUP> | ||
| 2278 | <GROUP><NAME>Resources</NAME> | ||
| 2279 | <FILEREF> | ||
| 2280 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2281 | <PATHTYPE>Name</PATHTYPE> | ||
| 2282 | <PATH>Emacs.r</PATH> | ||
| 2283 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2284 | </FILEREF> | ||
| 2285 | </GROUP> | ||
| 2286 | <GROUP><NAME>Mac Libraries</NAME> | ||
| 2287 | <FILEREF> | ||
| 2288 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2289 | <PATHTYPE>Name</PATHTYPE> | ||
| 2290 | <PATH>InterfaceLib</PATH> | ||
| 2291 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2292 | </FILEREF> | ||
| 2293 | <FILEREF> | ||
| 2294 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2295 | <PATHTYPE>Name</PATHTYPE> | ||
| 2296 | <PATH>MathLib</PATH> | ||
| 2297 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2298 | </FILEREF> | ||
| 2299 | <FILEREF> | ||
| 2300 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2301 | <PATHTYPE>Name</PATHTYPE> | ||
| 2302 | <PATH>AppleScriptLib</PATH> | ||
| 2303 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2304 | </FILEREF> | ||
| 2305 | <FILEREF> | ||
| 2306 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2307 | <PATHTYPE>Name</PATHTYPE> | ||
| 2308 | <PATH>TextEncodingConverter</PATH> | ||
| 2309 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2310 | </FILEREF> | ||
| 2311 | <FILEREF> | ||
| 2312 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2313 | <PATHTYPE>Name</PATHTYPE> | ||
| 2314 | <PATH>AppearanceLib</PATH> | ||
| 2315 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2316 | </FILEREF> | ||
| 2317 | </GROUP> | ||
| 2318 | <GROUP><NAME>ANSI Libraries</NAME> | ||
| 2319 | <FILEREF> | ||
| 2320 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2321 | <PATHTYPE>Name</PATHTYPE> | ||
| 2322 | <PATH>MSL C.PPC.Lib</PATH> | ||
| 2323 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2324 | </FILEREF> | ||
| 2325 | <FILEREF> | ||
| 2326 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2327 | <PATHTYPE>Name</PATHTYPE> | ||
| 2328 | <PATH>MSL SIOUX.PPC.Lib</PATH> | ||
| 2329 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2330 | </FILEREF> | ||
| 2331 | <FILEREF> | ||
| 2332 | <TARGETNAME>Emacs CW</TARGETNAME> | ||
| 2333 | <PATHTYPE>Name</PATHTYPE> | ||
| 2334 | <PATH>MSL RuntimePPC.Lib</PATH> | ||
| 2335 | <PATHFORMAT>MacOS</PATHFORMAT> | ||
| 2336 | </FILEREF> | ||
| 2337 | </GROUP> | ||
| 2338 | </GROUPLIST> | ||
| 2339 | |||
| 2340 | </PROJECT> | ||
diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h deleted file mode 100644 index 5de835770ed..00000000000 --- a/mac/inc/alloca.h +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, | ||
| 2 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | ||
| 7 | under the terms of the GNU General Public License as published by the | ||
| 8 | Free Software Foundation; either version 3, or (at your option) any | ||
| 9 | later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but | ||
| 12 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 14 | General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to the Free | ||
| 18 | Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 19 | MA 02110-1301, USA. */ | ||
| 20 | |||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 22 | |||
| 23 | #ifndef _ALLOCA_H_ | ||
| 24 | #define _ALLOCA_H_ | ||
| 25 | |||
| 26 | #if __MRC__ | ||
| 27 | void *__alloca(size_t size); | ||
| 28 | #endif | ||
| 29 | |||
| 30 | #endif | ||
| 31 | |||
| 32 | /* arch-tag: 8d4114d1-633e-49e7-8f18-b5648f9c4511 | ||
| 33 | (do not change this comment) */ | ||
diff --git a/mac/inc/config.h b/mac/inc/config.h deleted file mode 100644 index 72d4e32bc0b..00000000000 --- a/mac/inc/config.h +++ /dev/null | |||
| @@ -1,1196 +0,0 @@ | |||
| 1 | /* Handcrafted Emacs site configuration file for Mac OS 9. -*- C -*- */ | ||
| 2 | |||
| 3 | /* GNU Emacs site configuration template file. -*- C -*- | ||
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 6 | |||
| 7 | This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 3, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. */ | ||
| 23 | |||
| 24 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 25 | |||
| 26 | /* No code in Emacs #includes config.h twice, but some bits of code | ||
| 27 | intended to work with other packages as well (like gmalloc.c) | ||
| 28 | think they can include it as many times as they like. */ | ||
| 29 | #ifndef EMACS_CONFIG_H | ||
| 30 | #define EMACS_CONFIG_H | ||
| 31 | |||
| 32 | |||
| 33 | /* Define to 1 if the mktime function is broken. */ | ||
| 34 | /* #undef BROKEN_MKTIME */ | ||
| 35 | |||
| 36 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | ||
| 37 | systems. This function is required for `alloca.c' support on those systems. | ||
| 38 | */ | ||
| 39 | /* #undef CRAY_STACKSEG_END */ | ||
| 40 | |||
| 41 | /* Define to 1 if using `alloca.c'. */ | ||
| 42 | #ifndef __MRC__ /* CodeWarrior */ | ||
| 43 | #define C_ALLOCA 1 | ||
| 44 | #endif | ||
| 45 | |||
| 46 | /* Define to 1 if using `getloadavg.c'. */ | ||
| 47 | /* #undef C_GETLOADAVG */ | ||
| 48 | |||
| 49 | /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need | ||
| 50 | to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | ||
| 51 | above and your X include files aren't in a place that your compiler can | ||
| 52 | find on its own, you might want to add "-I/..." or something similar. */ | ||
| 53 | /* #undef C_SWITCH_X_SITE */ | ||
| 54 | |||
| 55 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ | ||
| 56 | /* #undef DGUX */ | ||
| 57 | |||
| 58 | /* Define to 1 if you are using the GNU C Library. */ | ||
| 59 | /* #undef DOUG_LEA_MALLOC */ | ||
| 60 | |||
| 61 | /* Define to the canonical Emacs configuration name. */ | ||
| 62 | #ifdef __MRC__ | ||
| 63 | #define EMACS_CONFIGURATION "macos-mpw" | ||
| 64 | #else /* Assume CodeWarrior */ | ||
| 65 | #define EMACS_CONFIGURATION "macos-cw" | ||
| 66 | #endif | ||
| 67 | |||
| 68 | /* Define to the options passed to configure. */ | ||
| 69 | #define EMACS_CONFIG_OPTIONS "" | ||
| 70 | |||
| 71 | /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. | ||
| 72 | */ | ||
| 73 | /* #undef GETLOADAVG_PRIVILEGED */ | ||
| 74 | |||
| 75 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ | ||
| 76 | /* #undef GETPGRP_VOID */ | ||
| 77 | |||
| 78 | /* Define to 1 if gettimeofday accepts only one argument. */ | ||
| 79 | #define GETTIMEOFDAY_ONE_ARGUMENT 1 | ||
| 80 | |||
| 81 | /* Define to 1 if you want to use the GNU memory allocator. */ | ||
| 82 | /* #undef GNU_MALLOC */ | ||
| 83 | |||
| 84 | /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ | ||
| 85 | /* #undef HAVE_AIX_SMT_EXP */ | ||
| 86 | |||
| 87 | /* Define to 1 if you have the `alarm' function. */ | ||
| 88 | /* #undef HAVE_ALARM */ | ||
| 89 | |||
| 90 | /* Define to 1 if you have `alloca', as a function or macro. */ | ||
| 91 | #ifdef __MRC__ | ||
| 92 | #define HAVE_ALLOCA 1 | ||
| 93 | #endif | ||
| 94 | |||
| 95 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | ||
| 96 | */ | ||
| 97 | #ifdef __MRC__ | ||
| 98 | #define HAVE_ALLOCA_H 1 | ||
| 99 | #endif | ||
| 100 | |||
| 101 | /* Define to 1 if ALSA is available. */ | ||
| 102 | /* #undef HAVE_ALSA */ | ||
| 103 | |||
| 104 | /* Define to 1 if you have the `bcmp' function. */ | ||
| 105 | /* #undef HAVE_BCMP */ | ||
| 106 | |||
| 107 | /* Define to 1 if you have the `bcopy' function. */ | ||
| 108 | /* #undef HAVE_BCOPY */ | ||
| 109 | |||
| 110 | /* Define to 1 if you have the `bzero' function. */ | ||
| 111 | /* #undef HAVE_BZERO */ | ||
| 112 | |||
| 113 | /* Define to 1 if you are using the Carbon API on Mac OS X. */ | ||
| 114 | /* #undef HAVE_CARBON */ | ||
| 115 | |||
| 116 | /* Define to 1 if you have the `cbrt' function. */ | ||
| 117 | /* #undef HAVE_CBRT */ | ||
| 118 | |||
| 119 | /* Define to 1 if you have the `closedir' function. */ | ||
| 120 | #define HAVE_CLOSEDIR 1 | ||
| 121 | |||
| 122 | /* Define to 1 if you have the <coff.h> header file. */ | ||
| 123 | /* #undef HAVE_COFF_H */ | ||
| 124 | |||
| 125 | /* Define to 1 if you have the <com_err.h> header file. */ | ||
| 126 | /* #undef HAVE_COM_ERR_H */ | ||
| 127 | |||
| 128 | /* Define to 1 if you have /usr/lib/crti.o. */ | ||
| 129 | /* #undef HAVE_CRTIN */ | ||
| 130 | |||
| 131 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you | ||
| 132 | don't. */ | ||
| 133 | /* #undef HAVE_DECL_SYS_SIGLIST */ | ||
| 134 | |||
| 135 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. | ||
| 136 | */ | ||
| 137 | /* #undef HAVE_DECL_TZNAME */ | ||
| 138 | |||
| 139 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you | ||
| 140 | don't. */ | ||
| 141 | /* #undef HAVE_DECL___SYS_SIGLIST */ | ||
| 142 | |||
| 143 | /* Define to 1 if you have the <des.h> header file. */ | ||
| 144 | /* #undef HAVE_DES_H */ | ||
| 145 | |||
| 146 | /* Define to 1 if dynamic ptys are supported. */ | ||
| 147 | /* #undef HAVE_DEV_PTMX */ | ||
| 148 | |||
| 149 | /* Define to 1 if you have the `difftime' function. */ | ||
| 150 | #define HAVE_DIFFTIME 1 | ||
| 151 | |||
| 152 | /* Define to 1 if you have the `dup2' function. */ | ||
| 153 | /* #undef HAVE_DUP2 */ | ||
| 154 | |||
| 155 | /* Define to 1 if you have the `euidaccess' function. */ | ||
| 156 | /* #undef HAVE_EUIDACCESS */ | ||
| 157 | |||
| 158 | /* Define to 1 if you have the <fcntl.h> header file. */ | ||
| 159 | #define HAVE_FCNTL_H 1 | ||
| 160 | |||
| 161 | /* Define to 1 if you have the `fmod' function. */ | ||
| 162 | #define HAVE_FMOD 1 | ||
| 163 | |||
| 164 | /* Define to 1 if you have the `fork' function. */ | ||
| 165 | /* #undef HAVE_FORK */ | ||
| 166 | |||
| 167 | /* Define to 1 if you have the `fpathconf' function. */ | ||
| 168 | /* #undef HAVE_FPATHCONF */ | ||
| 169 | |||
| 170 | /* Define to 1 if you have the `frexp' function. */ | ||
| 171 | #define HAVE_FREXP 1 | ||
| 172 | |||
| 173 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ | ||
| 174 | /* #undef HAVE_FSEEKO */ | ||
| 175 | |||
| 176 | /* Define to 1 if you have the `fsync' function. */ | ||
| 177 | /* #undef HAVE_FSYNC */ | ||
| 178 | |||
| 179 | /* Define to 1 if you have the `ftime' function. */ | ||
| 180 | /* #undef HAVE_FTIME */ | ||
| 181 | |||
| 182 | /* Define to 1 if you have the `gai_strerror' function. */ | ||
| 183 | /* #undef HAVE_GAI_STRERROR */ | ||
| 184 | |||
| 185 | /* Define to 1 if you have the `gdk_display_open' function. */ | ||
| 186 | /* #undef HAVE_GDK_DISPLAY_OPEN */ | ||
| 187 | |||
| 188 | /* Define to 1 if you have the `getaddrinfo' function. */ | ||
| 189 | /* #undef HAVE_GETADDRINFO */ | ||
| 190 | |||
| 191 | /* Define to 1 if you have the `getcwd' function. */ | ||
| 192 | /* #undef HAVE_GETCWD */ | ||
| 193 | |||
| 194 | /* Define to 1 if you have the `getdelim' function. */ | ||
| 195 | /* #undef HAVE_GETDELIM */ | ||
| 196 | |||
| 197 | /* Define to 1 if you have the `getdomainname' function. */ | ||
| 198 | /* #undef HAVE_GETDOMAINNAME */ | ||
| 199 | |||
| 200 | /* Define to 1 if you have the `gethostname' function. */ | ||
| 201 | /* #undef HAVE_GETHOSTNAME */ | ||
| 202 | |||
| 203 | /* Define to 1 if you have the `getline' function. */ | ||
| 204 | /* #undef HAVE_GETLINE */ | ||
| 205 | |||
| 206 | /* Define to 1 if you have the `getloadavg' function. */ | ||
| 207 | /* #undef HAVE_GETLOADAVG */ | ||
| 208 | |||
| 209 | /* Define to 1 if you have the <getopt.h> header file. */ | ||
| 210 | /* #undef HAVE_GETOPT_H */ | ||
| 211 | |||
| 212 | /* Define to 1 if you have the `getopt_long_only' function. */ | ||
| 213 | /* #undef HAVE_GETOPT_LONG_ONLY */ | ||
| 214 | |||
| 215 | /* Define to 1 if you have the `getpagesize' function. */ | ||
| 216 | /* #undef HAVE_GETPAGESIZE */ | ||
| 217 | |||
| 218 | /* Define to 1 if you have the `getpeername' function. */ | ||
| 219 | /* #undef HAVE_GETPEERNAME */ | ||
| 220 | |||
| 221 | /* Define to 1 if you have the `getpt' function. */ | ||
| 222 | /* #undef HAVE_GETPT */ | ||
| 223 | |||
| 224 | /* Define to 1 if you have the `getrusage' function. */ | ||
| 225 | /* #undef HAVE_GETRUSAGE */ | ||
| 226 | |||
| 227 | /* Define to 1 if you have the `getsockname' function. */ | ||
| 228 | /* #undef HAVE_GETSOCKNAME */ | ||
| 229 | |||
| 230 | /* Define to 1 if you have the `getsockopt' function. */ | ||
| 231 | /* #undef HAVE_GETSOCKOPT */ | ||
| 232 | |||
| 233 | /* Define to 1 if you have the `gettimeofday' function. */ | ||
| 234 | #define HAVE_GETTIMEOFDAY 1 | ||
| 235 | |||
| 236 | /* Define to 1 if you have the `getwd' function. */ | ||
| 237 | #define HAVE_GETWD 1 | ||
| 238 | |||
| 239 | /* Define to 1 if you have the `get_current_dir_name' function. */ | ||
| 240 | /* #undef HAVE_GET_CURRENT_DIR_NAME */ | ||
| 241 | |||
| 242 | /* Define to 1 if you have the ungif library (-lungif). */ | ||
| 243 | /* #undef HAVE_GIF */ | ||
| 244 | |||
| 245 | /* Define to 1 if you have the `grantpt' function. */ | ||
| 246 | /* #undef HAVE_GRANTPT */ | ||
| 247 | |||
| 248 | /* Define to 1 if using GTK. */ | ||
| 249 | /* #undef HAVE_GTK */ | ||
| 250 | |||
| 251 | /* Define to 1 if you have GTK and pthread (-lpthread). */ | ||
| 252 | /* #undef HAVE_GTK_AND_PTHREAD */ | ||
| 253 | |||
| 254 | /* Define to 1 if GTK has both file selection and chooser dialog. */ | ||
| 255 | /* #undef HAVE_GTK_FILE_BOTH */ | ||
| 256 | |||
| 257 | /* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */ | ||
| 258 | /* #undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW */ | ||
| 259 | |||
| 260 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ | ||
| 261 | /* #undef HAVE_GTK_FILE_SELECTION_NEW */ | ||
| 262 | |||
| 263 | /* Define to 1 if you have the `gtk_main' function. */ | ||
| 264 | /* #undef HAVE_GTK_MAIN */ | ||
| 265 | |||
| 266 | /* Define to 1 if GTK can handle more than one display. */ | ||
| 267 | /* #undef HAVE_GTK_MULTIDISPLAY */ | ||
| 268 | |||
| 269 | /* Define to 1 if netdb.h declares h_errno. */ | ||
| 270 | /* #undef HAVE_H_ERRNO */ | ||
| 271 | |||
| 272 | /* Define to 1 if you have the `index' function. */ | ||
| 273 | /* #undef HAVE_INDEX */ | ||
| 274 | |||
| 275 | /* Define to 1 if you have inet sockets. */ | ||
| 276 | /* #undef HAVE_INET_SOCKETS */ | ||
| 277 | |||
| 278 | /* Define to 1 if you have the <inttypes.h> header file. */ | ||
| 279 | /* #undef HAVE_INTTYPES_H */ | ||
| 280 | |||
| 281 | /* Define to 1 if you have the jpeg library (-ljpeg). */ | ||
| 282 | /* #undef HAVE_JPEG */ | ||
| 283 | |||
| 284 | /* Define to 1 if you have the <kerberosIV/des.h> header file. */ | ||
| 285 | /* #undef HAVE_KERBEROSIV_DES_H */ | ||
| 286 | |||
| 287 | /* Define to 1 if you have the <kerberosIV/krb.h> header file. */ | ||
| 288 | /* #undef HAVE_KERBEROSIV_KRB_H */ | ||
| 289 | |||
| 290 | /* Define to 1 if you have the <kerberos/des.h> header file. */ | ||
| 291 | /* #undef HAVE_KERBEROS_DES_H */ | ||
| 292 | |||
| 293 | /* Define to 1 if you have the <kerberos/krb.h> header file. */ | ||
| 294 | /* #undef HAVE_KERBEROS_KRB_H */ | ||
| 295 | |||
| 296 | /* Define to 1 if you have the <krb5.h> header file. */ | ||
| 297 | /* #undef HAVE_KRB5_H */ | ||
| 298 | |||
| 299 | /* Define to 1 if you have the <krb.h> header file. */ | ||
| 300 | /* #undef HAVE_KRB_H */ | ||
| 301 | |||
| 302 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | ||
| 303 | /* #undef HAVE_LANGINFO_CODESET */ | ||
| 304 | |||
| 305 | /* Define to 1 if you have the `com_err' library (-lcom_err). */ | ||
| 306 | /* #undef HAVE_LIBCOM_ERR */ | ||
| 307 | |||
| 308 | /* Define to 1 if you have the `crypto' library (-lcrypto). */ | ||
| 309 | /* #undef HAVE_LIBCRYPTO */ | ||
| 310 | |||
| 311 | /* Define to 1 if you have the `des' library (-ldes). */ | ||
| 312 | /* #undef HAVE_LIBDES */ | ||
| 313 | |||
| 314 | /* Define to 1 if you have the `des425' library (-ldes425). */ | ||
| 315 | /* #undef HAVE_LIBDES425 */ | ||
| 316 | |||
| 317 | /* Define to 1 if you have the `dgc' library (-ldgc). */ | ||
| 318 | /* #undef HAVE_LIBDGC */ | ||
| 319 | |||
| 320 | /* Define to 1 if you have the `dnet' library (-ldnet). */ | ||
| 321 | /* #undef HAVE_LIBDNET */ | ||
| 322 | |||
| 323 | /* Define to 1 if you have the hesiod library (-lhesiod). */ | ||
| 324 | /* #undef HAVE_LIBHESIOD */ | ||
| 325 | |||
| 326 | /* Define to 1 if you have the `intl' library (-lintl). */ | ||
| 327 | /* #undef HAVE_LIBINTL */ | ||
| 328 | |||
| 329 | /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ | ||
| 330 | /* #undef HAVE_LIBK5CRYPTO */ | ||
| 331 | |||
| 332 | /* Define to 1 if you have the `krb' library (-lkrb). */ | ||
| 333 | /* #undef HAVE_LIBKRB */ | ||
| 334 | |||
| 335 | /* Define to 1 if you have the `krb4' library (-lkrb4). */ | ||
| 336 | /* #undef HAVE_LIBKRB4 */ | ||
| 337 | |||
| 338 | /* Define to 1 if you have the `krb5' library (-lkrb5). */ | ||
| 339 | /* #undef HAVE_LIBKRB5 */ | ||
| 340 | |||
| 341 | /* Define to 1 if you have the `kstat' library (-lkstat). */ | ||
| 342 | /* #undef HAVE_LIBKSTAT */ | ||
| 343 | |||
| 344 | /* Define to 1 if you have the `lockfile' library (-llockfile). */ | ||
| 345 | /* #undef HAVE_LIBLOCKFILE */ | ||
| 346 | |||
| 347 | /* Define to 1 if you have the `m' library (-lm). */ | ||
| 348 | /* #undef HAVE_LIBM */ | ||
| 349 | |||
| 350 | /* Define to 1 if you have the `mail' library (-lmail). */ | ||
| 351 | /* #undef HAVE_LIBMAIL */ | ||
| 352 | |||
| 353 | /* Define to 1 if you have the `ncurses' library (-lncurses). */ | ||
| 354 | /* #undef HAVE_LIBNCURSES */ | ||
| 355 | |||
| 356 | /* Define to 1 if you have the <libpng/png.h> header file. */ | ||
| 357 | /* #undef HAVE_LIBPNG_PNG_H */ | ||
| 358 | |||
| 359 | /* Define to 1 if you have the `pthreads' library (-lpthreads). */ | ||
| 360 | /* #undef HAVE_LIBPTHREADS */ | ||
| 361 | |||
| 362 | /* Define to 1 if you have the resolv library (-lresolv). */ | ||
| 363 | /* #undef HAVE_LIBRESOLV */ | ||
| 364 | |||
| 365 | /* Define to 1 if you have the `Xext' library (-lXext). */ | ||
| 366 | /* #undef HAVE_LIBXEXT */ | ||
| 367 | |||
| 368 | /* Define to 1 if you have the `Xmu' library (-lXmu). */ | ||
| 369 | /* #undef HAVE_LIBXMU */ | ||
| 370 | |||
| 371 | /* Define to 1 if you have the Xp library (-lXp). */ | ||
| 372 | /* #undef HAVE_LIBXP */ | ||
| 373 | |||
| 374 | /* Define to 1 if you have the <limits.h> header file. */ | ||
| 375 | #define HAVE_LIMITS_H 1 | ||
| 376 | |||
| 377 | /* Define to 1 if you have the <linux/version.h> header file. */ | ||
| 378 | /* #undef HAVE_LINUX_VERSION_H */ | ||
| 379 | |||
| 380 | /* Define to 1 if you have the <locale.h> header file. */ | ||
| 381 | #define HAVE_LOCALE_H 1 | ||
| 382 | |||
| 383 | /* Define to 1 if you have the `logb' function. */ | ||
| 384 | #define HAVE_LOGB 1 | ||
| 385 | |||
| 386 | /* Define to 1 if you support file names longer than 14 characters. */ | ||
| 387 | /* #undef HAVE_LONG_FILE_NAMES */ | ||
| 388 | |||
| 389 | /* Define to 1 if you have the `lrand48' function. */ | ||
| 390 | /* #undef HAVE_LRAND48 */ | ||
| 391 | |||
| 392 | /* Define to 1 if you have the <machine/soundcard.h> header file. */ | ||
| 393 | /* #undef HAVE_MACHINE_SOUNDCARD_H */ | ||
| 394 | |||
| 395 | /* Define to 1 if you have the <mach/mach.h> header file. */ | ||
| 396 | /* #undef HAVE_MACH_MACH_H */ | ||
| 397 | |||
| 398 | /* Define to 1 if you have the <maillock.h> header file. */ | ||
| 399 | /* #undef HAVE_MAILLOCK_H */ | ||
| 400 | |||
| 401 | /* Define to 1 if you have the <malloc/malloc.h> header file. */ | ||
| 402 | /* #undef HAVE_MALLOC_MALLOC_H */ | ||
| 403 | |||
| 404 | /* Define to 1 if you have the `mblen' function. */ | ||
| 405 | /* #undef HAVE_MBLEN */ | ||
| 406 | |||
| 407 | /* Define to 1 if you have the `mbrlen' function. */ | ||
| 408 | /* #undef HAVE_MBRLEN */ | ||
| 409 | |||
| 410 | /* Define to 1 if you have the `mbsinit' function. */ | ||
| 411 | /* #undef HAVE_MBSINIT */ | ||
| 412 | |||
| 413 | /* Define to 1 if <wchar.h> declares mbstate_t. */ | ||
| 414 | /* #undef HAVE_MBSTATE_T */ | ||
| 415 | |||
| 416 | /* Define to 1 if you have the `memcmp' function. */ | ||
| 417 | #define HAVE_MEMCMP 1 | ||
| 418 | |||
| 419 | /* Define to 1 if you have the `memcpy' function. */ | ||
| 420 | #define HAVE_MEMCPY 1 | ||
| 421 | |||
| 422 | /* Define to 1 if you have the `memmove' function. */ | ||
| 423 | #define HAVE_MEMMOVE 1 | ||
| 424 | |||
| 425 | /* Define to 1 if you have the <memory.h> header file. */ | ||
| 426 | /* #undef HAVE_MEMORY_H */ | ||
| 427 | |||
| 428 | /* Define to 1 if you have the `mempcpy' function. */ | ||
| 429 | /* #undef HAVE_MEMPCPY */ | ||
| 430 | |||
| 431 | /* Define to 1 if you have the `memset' function. */ | ||
| 432 | #define HAVE_MEMSET 1 | ||
| 433 | |||
| 434 | /* Define to 1 if you have mouse menus. (This is automatic if you use X, but | ||
| 435 | the option to specify it remains.) It is also defined with other window | ||
| 436 | systems that support xmenu.c. */ | ||
| 437 | #define HAVE_MENUS 1 | ||
| 438 | |||
| 439 | /* Define to 1 if you have the `mkdir' function. */ | ||
| 440 | #define HAVE_MKDIR 1 | ||
| 441 | |||
| 442 | /* Define to 1 if you have the `mkstemp' function. */ | ||
| 443 | /* #undef HAVE_MKSTEMP */ | ||
| 444 | |||
| 445 | /* Define to 1 if you have the `mktime' function. */ | ||
| 446 | /* #undef HAVE_MKTIME */ | ||
| 447 | |||
| 448 | /* Define to 1 if you have a working `mmap' system call. */ | ||
| 449 | /* #undef HAVE_MMAP */ | ||
| 450 | |||
| 451 | /* Define to 1 if you have Motif 2.1 or newer. */ | ||
| 452 | /* #undef HAVE_MOTIF_2_1 */ | ||
| 453 | |||
| 454 | /* Define to 1 if you have the `mremap' function. */ | ||
| 455 | /* #undef HAVE_MREMAP */ | ||
| 456 | |||
| 457 | /* Define to 1 if you have the <net/if.h> header file. */ | ||
| 458 | /* #undef HAVE_NET_IF_H */ | ||
| 459 | |||
| 460 | /* Define to 1 if you have the <nlist.h> header file. */ | ||
| 461 | /* #undef HAVE_NLIST_H */ | ||
| 462 | |||
| 463 | /* Define to 1 if personality LINUX32 can be set. */ | ||
| 464 | /* #undef HAVE_PERSONALITY_LINUX32 */ | ||
| 465 | |||
| 466 | /* Define to 1 if you have the png library (-lpng). */ | ||
| 467 | /* #undef HAVE_PNG */ | ||
| 468 | |||
| 469 | /* Define to 1 if you have the <png.h> header file. */ | ||
| 470 | /* #undef HAVE_PNG_H */ | ||
| 471 | |||
| 472 | /* Define to 1 if you have the `posix_memalign' function. */ | ||
| 473 | /* #undef HAVE_POSIX_MEMALIGN */ | ||
| 474 | |||
| 475 | /* Define to 1 if you have the `pstat_getdynamic' function. */ | ||
| 476 | /* #undef HAVE_PSTAT_GETDYNAMIC */ | ||
| 477 | |||
| 478 | /* Define to 1 if you have the <pthread.h> header file. */ | ||
| 479 | /* #undef HAVE_PTHREAD_H */ | ||
| 480 | |||
| 481 | /* Define to 1 if you have the <pty.h> header file. */ | ||
| 482 | /* #undef HAVE_PTY_H */ | ||
| 483 | |||
| 484 | /* Define to 1 if you have the <pwd.h> header file. */ | ||
| 485 | #define HAVE_PWD_H 1 | ||
| 486 | |||
| 487 | /* Define to 1 if you have the `random' function. */ | ||
| 488 | /* #undef HAVE_RANDOM */ | ||
| 489 | |||
| 490 | /* Define to 1 if you have the `recvfrom' function. */ | ||
| 491 | /* #undef HAVE_RECVFROM */ | ||
| 492 | |||
| 493 | /* Define to 1 if you have the `rename' function. */ | ||
| 494 | #define HAVE_RENAME 1 | ||
| 495 | |||
| 496 | /* Define to 1 if you have the `res_init' function. */ | ||
| 497 | /* #undef HAVE_RES_INIT */ | ||
| 498 | |||
| 499 | /* Define to 1 if you have the `rindex' function. */ | ||
| 500 | /* #undef HAVE_RINDEX */ | ||
| 501 | |||
| 502 | /* Define to 1 if you have the `rint' function. */ | ||
| 503 | #ifdef __MRC__ | ||
| 504 | #undef HAVE_RINT | ||
| 505 | #else /* CodeWarrior */ | ||
| 506 | #define HAVE_RINT | ||
| 507 | #endif | ||
| 508 | |||
| 509 | /* Define to 1 if you have the `rmdir' function. */ | ||
| 510 | #define HAVE_RMDIR 1 | ||
| 511 | |||
| 512 | /* Define to 1 if you have the `select' function. */ | ||
| 513 | #define HAVE_SELECT 1 | ||
| 514 | |||
| 515 | /* Define to 1 if you have the `sendto' function. */ | ||
| 516 | /* #undef HAVE_SENDTO */ | ||
| 517 | |||
| 518 | /* Define to 1 if you have the `setitimer' function. */ | ||
| 519 | #define HAVE_SETITIMER 1 | ||
| 520 | |||
| 521 | /* Define to 1 if you have the `setlocale' function. */ | ||
| 522 | #define HAVE_SETLOCALE 1 | ||
| 523 | |||
| 524 | /* Define to 1 if you have the `setpgid' function. */ | ||
| 525 | /* #undef HAVE_SETPGID */ | ||
| 526 | |||
| 527 | /* Define to 1 if you have the `setrlimit' function. */ | ||
| 528 | /* #undef HAVE_SETRLIMIT */ | ||
| 529 | |||
| 530 | /* Define to 1 if you have the `setsid' function. */ | ||
| 531 | /* #undef HAVE_SETSID */ | ||
| 532 | |||
| 533 | /* Define to 1 if you have the `setsockopt' function. */ | ||
| 534 | /* #undef HAVE_SETSOCKOPT */ | ||
| 535 | |||
| 536 | /* Define to 1 if you have the `shutdown' function. */ | ||
| 537 | /* #undef HAVE_SHUTDOWN */ | ||
| 538 | |||
| 539 | /* Define to 1 if the system has the type `size_t'. */ | ||
| 540 | #define HAVE_SIZE_T 1 | ||
| 541 | |||
| 542 | /* Define to 1 if you have the <soundcard.h> header file. */ | ||
| 543 | /* #undef HAVE_SOUNDCARD_H */ | ||
| 544 | |||
| 545 | /* Define to 1 if `speed_t' is declared by <termios.h>. */ | ||
| 546 | /* #undef HAVE_SPEED_T */ | ||
| 547 | |||
| 548 | /* Define to 1 if you have the <stdint.h> header file. */ | ||
| 549 | /* #undef HAVE_STDINT_H */ | ||
| 550 | |||
| 551 | /* Define to 1 if you have the <stdio_ext.h> header file. */ | ||
| 552 | /* #undef HAVE_STDIO_EXT_H */ | ||
| 553 | |||
| 554 | /* Define to 1 if you have the <stdlib.h> header file. */ | ||
| 555 | #define HAVE_STDLIB_H 1 | ||
| 556 | |||
| 557 | /* Define to 1 if you have the `strerror' function. */ | ||
| 558 | #define HAVE_STRERROR 1 | ||
| 559 | |||
| 560 | /* Define to 1 if you have the `strftime' function. */ | ||
| 561 | #ifndef __MRC__ /* CodeWarrior */ | ||
| 562 | #define HAVE_STRFTIME 1 | ||
| 563 | #endif | ||
| 564 | |||
| 565 | /* Define to 1 if you have the <strings.h> header file. */ | ||
| 566 | /* #undef HAVE_STRINGS_H */ | ||
| 567 | |||
| 568 | /* Define to 1 if you have the <string.h> header file. */ | ||
| 569 | #define HAVE_STRING_H 1 | ||
| 570 | |||
| 571 | /* Define to 1 if you have the `strsignal' function. */ | ||
| 572 | /* #undef HAVE_STRSIGNAL */ | ||
| 573 | |||
| 574 | /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */ | ||
| 575 | /* #undef HAVE_STRUCT_IFREQ_IFR_ADDR */ | ||
| 576 | |||
| 577 | /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */ | ||
| 578 | /* #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR */ | ||
| 579 | |||
| 580 | /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */ | ||
| 581 | /* #undef HAVE_STRUCT_IFREQ_IFR_FLAGS */ | ||
| 582 | |||
| 583 | /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */ | ||
| 584 | /* #undef HAVE_STRUCT_IFREQ_IFR_HWADDR */ | ||
| 585 | |||
| 586 | /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */ | ||
| 587 | /* #undef HAVE_STRUCT_IFREQ_IFR_NETMASK */ | ||
| 588 | |||
| 589 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ | ||
| 590 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */ | ||
| 591 | |||
| 592 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ | ||
| 593 | /* #undef HAVE_STRUCT_TM_TM_ZONE */ | ||
| 594 | |||
| 595 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ | ||
| 596 | #define HAVE_STRUCT_UTIMBUF 1 | ||
| 597 | |||
| 598 | /* Define to 1 if you have the `sync' function. */ | ||
| 599 | /* #undef HAVE_SYNC */ | ||
| 600 | |||
| 601 | /* Define to 1 if you have the `sysinfo' function. */ | ||
| 602 | /* #undef HAVE_SYSINFO */ | ||
| 603 | |||
| 604 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ | ||
| 605 | #define HAVE_SYS_IOCTL_H 1 | ||
| 606 | |||
| 607 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
| 608 | /* #undef HAVE_SYS_MMAN_H */ | ||
| 609 | |||
| 610 | /* Define to 1 if you have the <sys/param.h> header file. */ | ||
| 611 | #define HAVE_SYS_PARAM_H 1 | ||
| 612 | |||
| 613 | /* Define to 1 if you have the <sys/resource.h> header file. */ | ||
| 614 | /* #undef HAVE_SYS_RESOURCE_H */ | ||
| 615 | |||
| 616 | /* Define to 1 if you have the <sys/select.h> header file. */ | ||
| 617 | /* #undef HAVE_SYS_SELECT_H */ | ||
| 618 | |||
| 619 | /* Define to 1 if you have the <sys/socket.h> header file. */ | ||
| 620 | /* #undef HAVE_SYS_SOCKET_H */ | ||
| 621 | |||
| 622 | /* Define to 1 if you have the <sys/soundcard.h> header file. */ | ||
| 623 | /* #undef HAVE_SYS_SOUNDCARD_H */ | ||
| 624 | |||
| 625 | /* Define to 1 if you have the <sys/stat.h> header file. */ | ||
| 626 | #define HAVE_SYS_STAT_H 1 | ||
| 627 | |||
| 628 | /* Define to 1 if you have the <sys/systeminfo.h> header file. */ | ||
| 629 | /* #undef HAVE_SYS_SYSTEMINFO_H */ | ||
| 630 | |||
| 631 | /* Define to 1 if you have the <sys/timeb.h> header file. */ | ||
| 632 | /* #undef HAVE_SYS_TIMEB_H */ | ||
| 633 | |||
| 634 | /* Define to 1 if you have the <sys/time.h> header file. */ | ||
| 635 | #define HAVE_SYS_TIME_H 1 | ||
| 636 | |||
| 637 | /* Define to 1 if you have the <sys/types.h> header file. */ | ||
| 638 | #define HAVE_SYS_TYPES_H 1 | ||
| 639 | |||
| 640 | /* Define to 1 if you have the <sys/un.h> header file. */ | ||
| 641 | /* #undef HAVE_SYS_UN_H */ | ||
| 642 | |||
| 643 | /* Define to 1 if you have the <sys/utsname.h> header file. */ | ||
| 644 | /* #undef HAVE_SYS_UTSNAME_H */ | ||
| 645 | |||
| 646 | /* Define to 1 if you have the <sys/vlimit.h> header file. */ | ||
| 647 | /* #undef HAVE_SYS_VLIMIT_H */ | ||
| 648 | |||
| 649 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | ||
| 650 | /* #undef HAVE_SYS_WAIT_H */ | ||
| 651 | |||
| 652 | /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */ | ||
| 653 | /* #undef HAVE_SYS__MBSTATE_T_H */ | ||
| 654 | |||
| 655 | /* Define to 1 if you have the <termcap.h> header file. */ | ||
| 656 | /* #undef HAVE_TERMCAP_H */ | ||
| 657 | |||
| 658 | /* Define to 1 if you have the <termios.h> header file. */ | ||
| 659 | /* #undef HAVE_TERMIOS_H */ | ||
| 660 | |||
| 661 | /* Define to 1 if you have the <term.h> header file. */ | ||
| 662 | /* #undef HAVE_TERM_H */ | ||
| 663 | |||
| 664 | /* Define to 1 if you have the tiff library (-ltiff). */ | ||
| 665 | /* #undef HAVE_TIFF */ | ||
| 666 | |||
| 667 | /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */ | ||
| 668 | #define HAVE_TIMEVAL 1 | ||
| 669 | |||
| 670 | /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ | ||
| 671 | /* #undef HAVE_TM_GMTOFF */ | ||
| 672 | |||
| 673 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use | ||
| 674 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ | ||
| 675 | /* #undef HAVE_TM_ZONE */ | ||
| 676 | |||
| 677 | /* Define to 1 if you have the `touchlock' function. */ | ||
| 678 | /* #undef HAVE_TOUCHLOCK */ | ||
| 679 | |||
| 680 | /* Define to 1 if you don't have `tm_zone' but do have the external array | ||
| 681 | `tzname'. */ | ||
| 682 | /* #undef HAVE_TZNAME */ | ||
| 683 | |||
| 684 | /* Define to 1 if you have the `tzset' function. */ | ||
| 685 | /* #undef HAVE_TZSET */ | ||
| 686 | |||
| 687 | /* Define to 1 if you have the `ualarm' function. */ | ||
| 688 | /* #undef HAVE_UALARM */ | ||
| 689 | |||
| 690 | /* Define to 1 if you have the <unistd.h> header file. */ | ||
| 691 | #ifdef __MRC__ | ||
| 692 | #undef HAVE_UNISTD_H | ||
| 693 | #else /* CodeWarrior */ | ||
| 694 | #define HAVE_UNISTD_H 1 | ||
| 695 | #endif | ||
| 696 | |||
| 697 | /* Define to 1 if you have the `utimes' function. */ | ||
| 698 | /* #undef HAVE_UTIMES */ | ||
| 699 | |||
| 700 | /* Define to 1 if you have the <utime.h> header file. */ | ||
| 701 | #define HAVE_UTIME_H 1 | ||
| 702 | |||
| 703 | /* Define to 1 if you have the `vfork' function. */ | ||
| 704 | /* #undef HAVE_VFORK */ | ||
| 705 | |||
| 706 | /* Define to 1 if you have the <vfork.h> header file. */ | ||
| 707 | /* #undef HAVE_VFORK_H */ | ||
| 708 | |||
| 709 | /* Define to 1 if `fork' works. */ | ||
| 710 | /* #undef HAVE_WORKING_FORK */ | ||
| 711 | |||
| 712 | /* Define to 1 if `vfork' works. */ | ||
| 713 | /* #undef HAVE_WORKING_VFORK */ | ||
| 714 | |||
| 715 | /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs | ||
| 716 | expects to use version 10. */ | ||
| 717 | /* #undef HAVE_X11 */ | ||
| 718 | |||
| 719 | /* Define to 1 if you have the X11R6 or newer version of Xlib. */ | ||
| 720 | /* #undef HAVE_X11R6 */ | ||
| 721 | |||
| 722 | /* Define to 1 if you have the X11R6 or newer version of Xt. */ | ||
| 723 | /* #undef HAVE_X11XTR6 */ | ||
| 724 | |||
| 725 | /* Define to 1 if the file /usr/lib64 exists. */ | ||
| 726 | /* #undef HAVE_X86_64_LIB64_DIR */ | ||
| 727 | |||
| 728 | /* Define to 1 if you have the Xaw3d library (-lXaw3d). */ | ||
| 729 | /* #undef HAVE_XAW3D */ | ||
| 730 | |||
| 731 | /* Define to 1 if you're using XFree386. */ | ||
| 732 | /* #undef HAVE_XFREE386 */ | ||
| 733 | |||
| 734 | /* Define to 1 if you have the Xft library. */ | ||
| 735 | /* #undef HAVE_XFT */ | ||
| 736 | |||
| 737 | /* Define to 1 if XIM is available */ | ||
| 738 | /* #undef HAVE_XIM */ | ||
| 739 | |||
| 740 | /* Define to 1 if you have the XkbGetKeyboard function. */ | ||
| 741 | /* #undef HAVE_XKBGETKEYBOARD */ | ||
| 742 | |||
| 743 | /* Define to 1 if you have the Xpm libary (-lXpm). */ | ||
| 744 | /* #undef HAVE_XPM */ | ||
| 745 | |||
| 746 | /* Define to 1 if you have the `XrmSetDatabase' function. */ | ||
| 747 | /* #undef HAVE_XRMSETDATABASE */ | ||
| 748 | |||
| 749 | /* Define to 1 if you have the `XScreenNumberOfScreen' function. */ | ||
| 750 | /* #undef HAVE_XSCREENNUMBEROFSCREEN */ | ||
| 751 | |||
| 752 | /* Define to 1 if you have the `XScreenResourceString' function. */ | ||
| 753 | /* #undef HAVE_XSCREENRESOURCESTRING */ | ||
| 754 | |||
| 755 | /* Define to 1 if you have the `XSetWMProtocols' function. */ | ||
| 756 | /* #undef HAVE_XSETWMPROTOCOLS */ | ||
| 757 | |||
| 758 | /* Define to 1 if you have the SM library (-lSM). */ | ||
| 759 | /* #undef HAVE_X_SM */ | ||
| 760 | |||
| 761 | /* Define to 1 if you want to use the X window system. */ | ||
| 762 | /* #undef HAVE_X_WINDOWS */ | ||
| 763 | |||
| 764 | /* Define to 1 if you have the `__fpending' function. */ | ||
| 765 | /* #undef HAVE___FPENDING */ | ||
| 766 | |||
| 767 | /* Define to support using a Hesiod database to find the POP server. */ | ||
| 768 | /* #undef HESIOD */ | ||
| 769 | |||
| 770 | /* Define to support Kerberos-authenticated POP mail retrieval. */ | ||
| 771 | /* #undef KERBEROS */ | ||
| 772 | |||
| 773 | /* Define to use Kerberos 5 instead of Kerberos 4. */ | ||
| 774 | /* #undef KERBEROS5 */ | ||
| 775 | |||
| 776 | /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need | ||
| 777 | to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | ||
| 778 | above and your X libraries aren't in a place that your loader can find on | ||
| 779 | its own, you might want to add "-L/..." or something similar. */ | ||
| 780 | /* #undef LD_SWITCH_X_SITE */ | ||
| 781 | |||
| 782 | /* Define LD_SWITCH_X_SITE_AUX with an -R option in case it's needed (for | ||
| 783 | Solaris, for example). */ | ||
| 784 | /* #undef LD_SWITCH_X_SITE_AUX */ | ||
| 785 | |||
| 786 | /* Define to 1 if localtime caches TZ. */ | ||
| 787 | /* #undef LOCALTIME_CACHE */ | ||
| 788 | |||
| 789 | /* Define to support POP mail retrieval. */ | ||
| 790 | /* #undef MAIL_USE_POP 1 */ | ||
| 791 | |||
| 792 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend | ||
| 793 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ | ||
| 794 | /* #undef NLIST_NAME_UNION */ | ||
| 795 | |||
| 796 | /* Define to 1 if you don't have struct exception in math.h. */ | ||
| 797 | /* #undef NO_MATHERR */ | ||
| 798 | |||
| 799 | /* Define to the address where bug reports for this package should be sent. */ | ||
| 800 | /* #undef PACKAGE_BUGREPORT */ | ||
| 801 | |||
| 802 | /* Define to the full name of this package. */ | ||
| 803 | /* #undef PACKAGE_NAME */ | ||
| 804 | |||
| 805 | /* Define to the full name and version of this package. */ | ||
| 806 | /* #undef PACKAGE_STRING */ | ||
| 807 | |||
| 808 | /* Define to the one symbol short name of this package. */ | ||
| 809 | /* #undef PACKAGE_TARNAME */ | ||
| 810 | |||
| 811 | /* Define to the version of this package. */ | ||
| 812 | /* #undef PACKAGE_VERSION */ | ||
| 813 | |||
| 814 | /* Define as `void' if your compiler accepts `void *'; otherwise define as | ||
| 815 | `char'. */ | ||
| 816 | #define POINTER_TYPE void | ||
| 817 | |||
| 818 | /* Define to 1 if the C compiler supports function prototypes. */ | ||
| 819 | /* #undef PROTOTYPES */ | ||
| 820 | |||
| 821 | /* Define REL_ALLOC if you want to use the relocating allocator for buffer | ||
| 822 | space. */ | ||
| 823 | /* #undef REL_ALLOC */ | ||
| 824 | |||
| 825 | /* Define as the return type of signal handlers (`int' or `void'). */ | ||
| 826 | #define RETSIGTYPE void | ||
| 827 | |||
| 828 | /* If using the C implementation of alloca, define if you know the | ||
| 829 | direction of stack growth for your system; otherwise it will be | ||
| 830 | automatically deduced at runtime. | ||
| 831 | STACK_DIRECTION > 0 => grows toward higher addresses | ||
| 832 | STACK_DIRECTION < 0 => grows toward lower addresses | ||
| 833 | STACK_DIRECTION = 0 => direction of growth unknown */ | ||
| 834 | /* #undef STACK_DIRECTION */ | ||
| 835 | |||
| 836 | /* Define to 1 if you have the ANSI C header files. */ | ||
| 837 | /* #undef STDC_HEADERS */ | ||
| 838 | |||
| 839 | /* Define to 1 on System V Release 4. */ | ||
| 840 | /* #undef SVR4 */ | ||
| 841 | |||
| 842 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | ||
| 843 | #define TIME_WITH_SYS_TIME 1 | ||
| 844 | |||
| 845 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | ||
| 846 | /* #undef TM_IN_SYS_TIME */ | ||
| 847 | |||
| 848 | /* Define to 1 for Encore UMAX. */ | ||
| 849 | /* #undef UMAX */ | ||
| 850 | |||
| 851 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of | ||
| 852 | <sys/cpustats.h>. */ | ||
| 853 | /* #undef UMAX4_3 */ | ||
| 854 | |||
| 855 | /* Define to the unexec source file name. */ | ||
| 856 | /* #undef UNEXEC_SRC */ | ||
| 857 | |||
| 858 | /* Define to 1 if we should use toolkit scroll bars. */ | ||
| 859 | #ifdef HAVE_CARBON | ||
| 860 | #define USE_TOOLKIT_SCROLL_BARS 1 | ||
| 861 | #endif | ||
| 862 | |||
| 863 | /* Define to 1 if we should use XIM, if it is available. */ | ||
| 864 | /* #undef USE_XIM */ | ||
| 865 | |||
| 866 | /* Define to 1 if using an X toolkit. */ | ||
| 867 | /* #undef USE_X_TOOLKIT */ | ||
| 868 | |||
| 869 | /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either | ||
| 870 | XPointer or XPointer*. */ | ||
| 871 | /* #undef XRegisterIMInstantiateCallback_arg6 */ | ||
| 872 | |||
| 873 | /* Define to 1 if on AIX 3. | ||
| 874 | System headers sometimes define this. | ||
| 875 | We just want to avoid a redefinition error message. */ | ||
| 876 | #ifndef _ALL_SOURCE | ||
| 877 | /* #undef _ALL_SOURCE */ | ||
| 878 | #endif | ||
| 879 | |||
| 880 | /* Number of bits in a file offset, on hosts where this is settable. */ | ||
| 881 | /* #undef _FILE_OFFSET_BITS */ | ||
| 882 | |||
| 883 | /* Enable GNU extensions on systems that have them. */ | ||
| 884 | #ifndef _GNU_SOURCE | ||
| 885 | /* # undef _GNU_SOURCE */ | ||
| 886 | #endif | ||
| 887 | |||
| 888 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ | ||
| 889 | /* #undef _LARGEFILE_SOURCE */ | ||
| 890 | |||
| 891 | /* Define for large files, on AIX-style hosts. */ | ||
| 892 | /* #undef _LARGE_FILES */ | ||
| 893 | |||
| 894 | /* Define to rpl_ if the getopt replacement functions and variables should be | ||
| 895 | used. */ | ||
| 896 | /* #undef __GETOPT_PREFIX */ | ||
| 897 | |||
| 898 | /* Define like PROTOTYPES; this can be used by system headers. */ | ||
| 899 | /* #undef __PROTOTYPES */ | ||
| 900 | |||
| 901 | /* Define to compiler's equivalent of C99 restrict keyword. Don't define if | ||
| 902 | equivalent is `__restrict'. */ | ||
| 903 | /* #undef __restrict */ | ||
| 904 | |||
| 905 | /* Define to compiler's equivalent of C99 restrict keyword in array | ||
| 906 | declarations. Define as empty for no equivalent. */ | ||
| 907 | /* #undef __restrict_arr */ | ||
| 908 | |||
| 909 | /* Define to the used machine dependent file. */ | ||
| 910 | #define config_machfile "m-mac.h" | ||
| 911 | |||
| 912 | /* Define to the used os dependent file. */ | ||
| 913 | #define config_opsysfile "s-mac.h" | ||
| 914 | |||
| 915 | /* Define to empty if `const' does not conform to ANSI C. */ | ||
| 916 | /* #undef const */ | ||
| 917 | |||
| 918 | /* Define to a type if <wchar.h> does not define. */ | ||
| 919 | /* #undef mbstate_t */ | ||
| 920 | |||
| 921 | /* Define to `int' if <sys/types.h> does not define. */ | ||
| 922 | #define pid_t int | ||
| 923 | |||
| 924 | /* Define to any substitute for sys_siglist. */ | ||
| 925 | /* #undef sys_siglist */ | ||
| 926 | |||
| 927 | /* Define as `fork' if `vfork' does not work. */ | ||
| 928 | /* #undef vfork */ | ||
| 929 | |||
| 930 | /* Define to empty if the keyword `volatile' does not work. Warning: valid | ||
| 931 | code using `volatile' can become incorrect without. Disable with care. */ | ||
| 932 | /* #undef volatile */ | ||
| 933 | |||
| 934 | |||
| 935 | /* If we're using any sort of window system, define some consequences. */ | ||
| 936 | #ifdef HAVE_X_WINDOWS | ||
| 937 | #define HAVE_WINDOW_SYSTEM | ||
| 938 | #define MULTI_KBOARD | ||
| 939 | #define HAVE_MOUSE | ||
| 940 | #endif | ||
| 941 | |||
| 942 | /* Define for MacOS */ | ||
| 943 | #define HAVE_WINDOW_SYSTEM 1 | ||
| 944 | #define HAVE_MOUSE 1 | ||
| 945 | |||
| 946 | /* Define USER_FULL_NAME to return a string | ||
| 947 | that is the user's full name. | ||
| 948 | It can assume that the variable `pw' | ||
| 949 | points to the password file entry for this user. | ||
| 950 | |||
| 951 | At some sites, the pw_gecos field contains | ||
| 952 | the user's full name. If neither this nor any other | ||
| 953 | field contains the right thing, use pw_name, | ||
| 954 | giving the user's login name, since that is better than nothing. */ | ||
| 955 | #define USER_FULL_NAME pw->pw_name | ||
| 956 | |||
| 957 | /* Define AMPERSAND_FULL_NAME if you use the convention | ||
| 958 | that & in the full name stands for the login id. */ | ||
| 959 | /* Turned on June 1996 supposing nobody will mind it. */ | ||
| 960 | /* #undef AMPERSAND_FULL_NAME */ | ||
| 961 | |||
| 962 | /* We have blockinput.h. */ | ||
| 963 | #define DO_BLOCK_INPUT | ||
| 964 | |||
| 965 | /* Define HAVE_SOUND if we have sound support. We know it works | ||
| 966 | and compiles only on the specified platforms. For others, | ||
| 967 | it probably doesn't make sense to try. */ | ||
| 968 | |||
| 969 | #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__ | ||
| 970 | #ifdef HAVE_MACHINE_SOUNDCARD_H | ||
| 971 | #define HAVE_SOUND 1 | ||
| 972 | #endif | ||
| 973 | #ifdef HAVE_SYS_SOUNDCARD_H | ||
| 974 | #define HAVE_SOUND 1 | ||
| 975 | #endif | ||
| 976 | #ifdef HAVE_SOUNDCARD_H | ||
| 977 | #define HAVE_SOUND 1 | ||
| 978 | #endif | ||
| 979 | #ifdef HAVE_ALSA | ||
| 980 | #define HAVE_SOUND 1 | ||
| 981 | #endif | ||
| 982 | #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ | ||
| 983 | |||
| 984 | /* If using GNU, then support inline function declarations. */ | ||
| 985 | /* Don't try to switch on inline handling as detected by AC_C_INLINE | ||
| 986 | generally, because even if non-gcc compilers accept `inline', they | ||
| 987 | may reject `extern inline'. */ | ||
| 988 | #if defined (__GNUC__) && defined (OPTIMIZE) | ||
| 989 | #define INLINE __inline__ | ||
| 990 | #else | ||
| 991 | #define INLINE | ||
| 992 | #endif | ||
| 993 | |||
| 994 | #ifdef __MRC__ | ||
| 995 | /* Use low-bits for tags. If ENABLE_CHECKING is turned on together | ||
| 996 | with USE_LSB_TAG, optimization flags should be explicitly turned | ||
| 997 | off. */ | ||
| 998 | #define USE_LSB_TAG | ||
| 999 | #endif | ||
| 1000 | |||
| 1001 | /* Include the os and machine dependent files. */ | ||
| 1002 | #include config_opsysfile | ||
| 1003 | #include config_machfile | ||
| 1004 | |||
| 1005 | /* Load in the conversion definitions if this system | ||
| 1006 | needs them and the source file being compiled has not | ||
| 1007 | said to inhibit this. There should be no need for you | ||
| 1008 | to alter these lines. */ | ||
| 1009 | |||
| 1010 | #ifdef SHORTNAMES | ||
| 1011 | #ifndef NO_SHORTNAMES | ||
| 1012 | #include "../shortnames/remap.h" | ||
| 1013 | #endif /* not NO_SHORTNAMES */ | ||
| 1014 | #endif /* SHORTNAMES */ | ||
| 1015 | |||
| 1016 | /* If no remapping takes place, static variables cannot be dumped as | ||
| 1017 | pure, so don't worry about the `static' keyword. */ | ||
| 1018 | #ifdef NO_REMAP | ||
| 1019 | /* #undef static */ | ||
| 1020 | #endif | ||
| 1021 | |||
| 1022 | /* Define `subprocesses' should be defined if you want to | ||
| 1023 | have code for asynchronous subprocesses | ||
| 1024 | (as used in M-x compile and M-x shell). | ||
| 1025 | These do not work for some USG systems yet; | ||
| 1026 | for the ones where they work, the s/SYSTEM.h file defines this flag. */ | ||
| 1027 | |||
| 1028 | #ifndef VMS | ||
| 1029 | #ifndef USG | ||
| 1030 | /* #define subprocesses */ | ||
| 1031 | #endif | ||
| 1032 | #endif | ||
| 1033 | |||
| 1034 | /* SIGTYPE is the macro we actually use. */ | ||
| 1035 | #ifndef SIGTYPE | ||
| 1036 | #define SIGTYPE RETSIGTYPE | ||
| 1037 | #endif | ||
| 1038 | |||
| 1039 | #ifdef emacs /* Don't do this for lib-src. */ | ||
| 1040 | /* Tell regex.c to use a type compatible with Emacs. */ | ||
| 1041 | #define RE_TRANSLATE_TYPE Lisp_Object | ||
| 1042 | #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C) | ||
| 1043 | #ifdef make_number | ||
| 1044 | /* If make_number is a macro, use it. */ | ||
| 1045 | #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0))) | ||
| 1046 | #else | ||
| 1047 | /* If make_number is a function, avoid it. */ | ||
| 1048 | #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0)) | ||
| 1049 | #endif | ||
| 1050 | #endif | ||
| 1051 | |||
| 1052 | /* Avoid link-time collision with system mktime if we will use our own. */ | ||
| 1053 | #if ! HAVE_MKTIME || BROKEN_MKTIME | ||
| 1054 | #define mktime emacs_mktime | ||
| 1055 | #endif | ||
| 1056 | |||
| 1057 | #define my_strftime nstrftime /* for strftime.c */ | ||
| 1058 | |||
| 1059 | /* The rest of the code currently tests the CPP symbol BSTRING. | ||
| 1060 | Override any claims made by the system-description files. | ||
| 1061 | Note that on some SCO version it is possible to have bcopy and not bcmp. */ | ||
| 1062 | /* #undef BSTRING */ | ||
| 1063 | #if defined (HAVE_BCOPY) && defined (HAVE_BCMP) | ||
| 1064 | #define BSTRING | ||
| 1065 | #endif | ||
| 1066 | |||
| 1067 | /* Some of the files of Emacs which are intended for use with other | ||
| 1068 | programs assume that if you have a config.h file, you must declare | ||
| 1069 | the type of getenv. | ||
| 1070 | |||
| 1071 | This declaration shouldn't appear when alloca.s or Makefile.in | ||
| 1072 | includes config.h. */ | ||
| 1073 | #ifndef NOT_C_CODE | ||
| 1074 | extern char *getenv (); | ||
| 1075 | #endif | ||
| 1076 | |||
| 1077 | /* These default definitions are good for almost all machines. | ||
| 1078 | The exceptions override them in m/MACHINE.h. */ | ||
| 1079 | |||
| 1080 | #ifndef BITS_PER_CHAR | ||
| 1081 | #define BITS_PER_CHAR 8 | ||
| 1082 | #endif | ||
| 1083 | |||
| 1084 | #ifndef BITS_PER_SHORT | ||
| 1085 | #define BITS_PER_SHORT 16 | ||
| 1086 | #endif | ||
| 1087 | |||
| 1088 | /* Note that lisp.h uses this in a preprocessor conditional, so it | ||
| 1089 | would not work to use sizeof. That being so, we do all of them | ||
| 1090 | without sizeof, for uniformity's sake. */ | ||
| 1091 | #ifndef BITS_PER_INT | ||
| 1092 | #define BITS_PER_INT 32 | ||
| 1093 | #endif | ||
| 1094 | |||
| 1095 | #ifndef BITS_PER_LONG | ||
| 1096 | #ifdef _LP64 | ||
| 1097 | #define BITS_PER_LONG 64 | ||
| 1098 | #else | ||
| 1099 | #define BITS_PER_LONG 32 | ||
| 1100 | #endif | ||
| 1101 | #endif | ||
| 1102 | |||
| 1103 | /* Define if the compiler supports function prototypes. It may do so | ||
| 1104 | but not define __STDC__ (e.g. DEC C by default) or may define it as | ||
| 1105 | zero. */ | ||
| 1106 | /* #undef PROTOTYPES */ | ||
| 1107 | /* For mktime.c: */ | ||
| 1108 | #ifndef __P | ||
| 1109 | # if defined PROTOTYPES | ||
| 1110 | # define __P(args) args | ||
| 1111 | # else | ||
| 1112 | # define __P(args) () | ||
| 1113 | # endif /* GCC. */ | ||
| 1114 | #endif /* __P */ | ||
| 1115 | |||
| 1116 | /* Don't include "string.h" or <stdlib.h> in non-C code. */ | ||
| 1117 | #ifndef NOT_C_CODE | ||
| 1118 | #ifdef HAVE_STRING_H | ||
| 1119 | #include "string.h" | ||
| 1120 | #endif | ||
| 1121 | #ifdef HAVE_STRINGS_H | ||
| 1122 | #include "strings.h" /* May be needed for bcopy & al. */ | ||
| 1123 | #endif | ||
| 1124 | #ifdef HAVE_STDLIB_H | ||
| 1125 | #include <stdlib.h> | ||
| 1126 | #endif | ||
| 1127 | #ifndef __GNUC__ | ||
| 1128 | # ifdef HAVE_ALLOCA_H | ||
| 1129 | # include <alloca.h> | ||
| 1130 | # else /* AIX files deal with #pragma. */ | ||
| 1131 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | ||
| 1132 | char *alloca (); | ||
| 1133 | # endif | ||
| 1134 | # endif /* HAVE_ALLOCA_H */ | ||
| 1135 | #endif /* __GNUC__ */ | ||
| 1136 | #ifndef HAVE_SIZE_T | ||
| 1137 | typedef unsigned size_t; | ||
| 1138 | #endif | ||
| 1139 | #endif /* NOT_C_CODE */ | ||
| 1140 | |||
| 1141 | /* Define HAVE_X_I18N if we have usable i18n support. */ | ||
| 1142 | |||
| 1143 | #ifdef HAVE_X11R6 | ||
| 1144 | #define HAVE_X_I18N | ||
| 1145 | #elif !defined X11R5_INHIBIT_I18N | ||
| 1146 | #define HAVE_X_I18N | ||
| 1147 | #endif | ||
| 1148 | |||
| 1149 | /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ | ||
| 1150 | |||
| 1151 | #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM | ||
| 1152 | #define HAVE_X11R6_XIM | ||
| 1153 | #endif | ||
| 1154 | |||
| 1155 | /* Should we enable expensive run-time checking of data types? */ | ||
| 1156 | /* #undef ENABLE_CHECKING */ | ||
| 1157 | |||
| 1158 | #if defined __GNUC__ && (__GNUC__ > 2 \ | ||
| 1159 | || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)) | ||
| 1160 | #define NO_RETURN __attribute__ ((__noreturn__)) | ||
| 1161 | #else | ||
| 1162 | #define NO_RETURN /* nothing */ | ||
| 1163 | #endif | ||
| 1164 | |||
| 1165 | /* These won't be used automatically yet. We also need to know, at least, | ||
| 1166 | that the stack is continuous. */ | ||
| 1167 | #ifdef __GNUC__ | ||
| 1168 | # ifndef GC_SETJMP_WORKS | ||
| 1169 | /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- | ||
| 1170 | see NON_SAVING_SETJMP in the target descriptions. */ | ||
| 1171 | /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k, | ||
| 1172 | SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86. | ||
| 1173 | Fixme: Deal with ns32k, SVR3. */ | ||
| 1174 | # define GC_SETJMP_WORKS 1 | ||
| 1175 | # endif | ||
| 1176 | # ifndef GC_LISP_OBJECT_ALIGNMENT | ||
| 1177 | # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object)) | ||
| 1178 | # endif | ||
| 1179 | #endif | ||
| 1180 | |||
| 1181 | #ifndef HAVE_BCOPY | ||
| 1182 | #define bcopy(a,b,s) memcpy (b,a,s) | ||
| 1183 | #endif | ||
| 1184 | #ifndef HAVE_BZERO | ||
| 1185 | #define bzero(a,s) memset (a,0,s) | ||
| 1186 | #endif | ||
| 1187 | #ifndef HAVE_BCMP | ||
| 1188 | #define BCMP memcmp | ||
| 1189 | #endif | ||
| 1190 | |||
| 1191 | #define SYNC_INPUT | ||
| 1192 | |||
| 1193 | #endif /* EMACS_CONFIG_H */ | ||
| 1194 | |||
| 1195 | /* arch-tag: 2596b649-b569-448e-8880-373d2a9909b7 | ||
| 1196 | (do not change this comment) */ | ||
diff --git a/mac/inc/defs-cw6.h b/mac/inc/defs-cw6.h deleted file mode 100644 index ebd2cbb0c99..00000000000 --- a/mac/inc/defs-cw6.h +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, | ||
| 2 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify it | ||
| 7 | under the terms of the GNU General Public License as published by the | ||
| 8 | Free Software Foundation; either version 3, or (at your option) any | ||
| 9 | later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, but | ||
| 12 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 14 | General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to the Free | ||
| 18 | Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 19 | MA 02110-1301, USA. */ | ||
| 20 | |||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 22 | |||
| 23 | #define emacs 1 | ||
| 24 | #define HAVE_CONFIG_H | ||
| 25 | |||
| 26 | #define MAC_OS8 1 | ||
| 27 | #define MAC_OS 1 | ||
| 28 | |||
| 29 | /* arch-tag: 4aa4fcea-3a95-433d-a7d6-b029afca17f1 | ||
| 30 | (do not change this comment) */ | ||
diff --git a/mac/inc/dirent.h b/mac/inc/dirent.h deleted file mode 100644 index 06308fafddf..00000000000 --- a/mac/inc/dirent.h +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | /* Replacement dirent.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _DIRENT_H | ||
| 25 | #define _DIRENT_H | ||
| 26 | |||
| 27 | /* for definition of FSSpec */ | ||
| 28 | #include <Files.h> | ||
| 29 | |||
| 30 | /* for definition of ino_t */ | ||
| 31 | #include <sys/types.h> | ||
| 32 | |||
| 33 | struct dirent { | ||
| 34 | ino_t d_ino; | ||
| 35 | char *d_name; | ||
| 36 | }; | ||
| 37 | |||
| 38 | typedef struct DIR { | ||
| 39 | long dir_id; | ||
| 40 | short vol_ref_num; | ||
| 41 | long current_index; | ||
| 42 | int getting_volumes; /* true if this DIR struct refers to the root directory */ | ||
| 43 | } DIR; | ||
| 44 | |||
| 45 | extern DIR *opendir(const char *); | ||
| 46 | extern int closedir(DIR *); | ||
| 47 | extern struct dirent *readdir(DIR *); | ||
| 48 | |||
| 49 | #endif /* _DIRENT_H */ | ||
| 50 | |||
| 51 | /* arch-tag: ec3116df-70f9-4a4a-b6d0-1858aaa9ea22 | ||
| 52 | (do not change this comment) */ | ||
diff --git a/mac/inc/epaths.h b/mac/inc/epaths.h deleted file mode 100644 index 90d3b0143e2..00000000000 --- a/mac/inc/epaths.h +++ /dev/null | |||
| @@ -1,68 +0,0 @@ | |||
| 1 | /* Hey Emacs, this is -*- C -*- code! */ | ||
| 2 | |||
| 3 | /* Handcrafted epaths.h file for building GNU Emacs on the Macintosh. | ||
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 6 | |||
| 7 | This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 3, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. */ | ||
| 23 | |||
| 24 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 25 | |||
| 26 | /* The default search path for Lisp function "load". | ||
| 27 | This sets load-path. */ | ||
| 28 | #define PATH_LOADSEARCH "~emacs/lisp:~emacs/leim:~emacs/lisp/calendar:~emacs/lisp/emacs-lisp:~emacs/lisp/emulation:~emacs/lisp/progmodes:~emacs/lisp/textmodes:~emacs/lisp/international:~emacs/lisp/language:~emacs/lisp/play" | ||
| 29 | |||
| 30 | /* Like PATH_LOADSEARCH, but used only when Emacs is dumping. This | ||
| 31 | path is usually identical to PATH_LOADSEARCH except that the entry | ||
| 32 | for the directory containing the installed lisp files has been | ||
| 33 | replaced with ../lisp. */ | ||
| 34 | #define PATH_DUMPLOADSEARCH "~emacs/lisp" | ||
| 35 | |||
| 36 | /* The extra search path for programs to invoke. This is appended to | ||
| 37 | whatever the PATH environment variable says to set the Lisp | ||
| 38 | variable exec-path and the first file name in it sets the Lisp | ||
| 39 | variable exec-directory. exec-directory is used for finding | ||
| 40 | executables and other architecture-dependent files. */ | ||
| 41 | #define PATH_EXEC "~emacs/mac" | ||
| 42 | |||
| 43 | /* Where Emacs should look for its architecture-independent data | ||
| 44 | files, like the NEWS file. The lisp variable data-directory | ||
| 45 | is set to this value. */ | ||
| 46 | #define PATH_DATA "~emacs/data" | ||
| 47 | |||
| 48 | /* Where Emacs should look for X bitmap files. | ||
| 49 | The lisp variable x-bitmap-file-path is set based on this value. */ | ||
| 50 | #define PATH_BITMAPS "" | ||
| 51 | |||
| 52 | /* Where Emacs should look for its docstring file. The lisp variable | ||
| 53 | doc-directory is set to this value. */ | ||
| 54 | #define PATH_DOC "../etc" | ||
| 55 | |||
| 56 | /* Where the configuration process believes the info tree lives. The | ||
| 57 | lisp variable configure-info-directory gets its value from this | ||
| 58 | macro, and is then used to set the Info-default-directory-list. */ | ||
| 59 | #define PATH_INFO "~emacs/info" | ||
| 60 | |||
| 61 | /* Where Emacs should store game score files. */ | ||
| 62 | #define PATH_GAME "~emacs/games" | ||
| 63 | |||
| 64 | /* Where Emacs should look for the application default file. */ | ||
| 65 | /* #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" */ | ||
| 66 | |||
| 67 | /* arch-tag: 32e95134-dfe4-47be-be28-e8cbf78505b6 | ||
| 68 | (do not change this comment) */ | ||
diff --git a/mac/inc/grp.h b/mac/inc/grp.h deleted file mode 100755 index 66e29450c17..00000000000 --- a/mac/inc/grp.h +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | ||
| 3 | Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | #ifndef _GRP_H | ||
| 23 | #define _GRP_H | ||
| 24 | |||
| 25 | #include <sys/types.h> | ||
| 26 | |||
| 27 | /* Emacs uses only gr_name */ | ||
| 28 | struct group { | ||
| 29 | char *gr_name; /* group name */ | ||
| 30 | }; | ||
| 31 | |||
| 32 | struct group *getgrgid(gid_t); | ||
| 33 | |||
| 34 | #endif /* _GRP_H */ | ||
| 35 | |||
| 36 | /* arch-tag: 3b1d3315-05d5-4c7a-8404-3754bb40020c | ||
| 37 | (do not change this comment) */ | ||
diff --git a/mac/inc/m-mac.h b/mac/inc/m-mac.h deleted file mode 100644 index 701711a6be2..00000000000 --- a/mac/inc/m-mac.h +++ /dev/null | |||
| @@ -1,121 +0,0 @@ | |||
| 1 | /* Handcrafted m-mac.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | /* The following line tells the configuration script what sort of | ||
| 25 | operating system this machine is likely to run. | ||
| 26 | USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ | ||
| 27 | |||
| 28 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | ||
| 29 | is the most significant byte. */ | ||
| 30 | |||
| 31 | #define WORDS_BIG_ENDIAN | ||
| 32 | |||
| 33 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | ||
| 34 | * group of arguments and treat it as an array of the arguments. */ | ||
| 35 | |||
| 36 | #define NO_ARG_ARRAY | ||
| 37 | |||
| 38 | /* Define WORD_MACHINE if addresses and such have | ||
| 39 | * to be corrected before they can be used as byte counts. */ | ||
| 40 | |||
| 41 | /* #define WORD_MACHINE */ | ||
| 42 | |||
| 43 | /* Now define a symbol for the cpu type, if your compiler | ||
| 44 | does not define it automatically: | ||
| 45 | Ones defined so far include vax, m68000, ns16000, pyramid, | ||
| 46 | orion, tahoe, APOLLO and many others */ | ||
| 47 | |||
| 48 | /* Use type int rather than a union, to represent Lisp_Object */ | ||
| 49 | /* This is desirable for most machines. */ | ||
| 50 | |||
| 51 | #define NO_UNION_TYPE | ||
| 52 | |||
| 53 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | ||
| 54 | the 24-bit bit field into an int. In other words, if bit fields | ||
| 55 | are always unsigned. | ||
| 56 | |||
| 57 | If you use NO_UNION_TYPE, this flag does not matter. */ | ||
| 58 | |||
| 59 | #define EXPLICIT_SIGN_EXTEND | ||
| 60 | |||
| 61 | /* Data type of load average, as read out of kmem. */ | ||
| 62 | |||
| 63 | /* #define LOAD_AVE_TYPE long */ | ||
| 64 | |||
| 65 | /* Convert that into an integer that is 100 for a load average of 1.0 */ | ||
| 66 | |||
| 67 | /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) */ | ||
| 68 | |||
| 69 | /* Define CANNOT_DUMP on machines where unexec does not work. | ||
| 70 | Then the function dump-emacs will not be defined | ||
| 71 | and temacs will do (load "loadup") automatically unless told otherwise. */ | ||
| 72 | |||
| 73 | #define CANNOT_DUMP | ||
| 74 | |||
| 75 | /* Define VIRT_ADDR_VARIES if the virtual addresses of | ||
| 76 | pure and impure space as loaded can vary, and even their | ||
| 77 | relative order cannot be relied on. | ||
| 78 | |||
| 79 | Otherwise Emacs assumes that text space precedes data space, | ||
| 80 | numerically. */ | ||
| 81 | |||
| 82 | #define VIRT_ADDR_VARIES | ||
| 83 | |||
| 84 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 85 | to change the boundary between the text section and data section | ||
| 86 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 87 | code will not be sharable; but that's better than failing completely. */ | ||
| 88 | |||
| 89 | /* #define NO_REMAP */ | ||
| 90 | |||
| 91 | /* Some really obscure 4.2-based systems (like Sequent DYNIX) | ||
| 92 | * do not support asynchronous I/O (using SIGIO) on sockets, | ||
| 93 | * even though it works fine on tty's. If you have one of | ||
| 94 | * these systems, define the following, and then use it in | ||
| 95 | * config.h (or elsewhere) to decide when (not) to use SIGIO. | ||
| 96 | * | ||
| 97 | * You'd think this would go in an operating-system description file, | ||
| 98 | * but since it only occurs on some, but not all, BSD systems, the | ||
| 99 | * reasonable place to select for it is in the machine description | ||
| 100 | * file. | ||
| 101 | */ | ||
| 102 | |||
| 103 | #define NO_SOCK_SIGIO | ||
| 104 | |||
| 105 | |||
| 106 | /* After adding support for a new system, modify the large case | ||
| 107 | statement in the `configure' script to recognize reasonable | ||
| 108 | configuration names, and add a description of the system to | ||
| 109 | `etc/MACHINES'. | ||
| 110 | |||
| 111 | If you've just fixed a problem in an existing configuration file, | ||
| 112 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 113 | of known problems in that configuration should be updated. */ | ||
| 114 | |||
| 115 | /* MPW build crashes if this is not defined. */ | ||
| 116 | #ifdef __MRC__ | ||
| 117 | #define IEEE_FLOATING_POINT 1 | ||
| 118 | #endif | ||
| 119 | |||
| 120 | /* arch-tag: 9e759031-ab7b-4c76-99d7-3ae94a98de38 | ||
| 121 | (do not change this comment) */ | ||
diff --git a/mac/inc/pwd.h b/mac/inc/pwd.h deleted file mode 100644 index 4402a7195a4..00000000000 --- a/mac/inc/pwd.h +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | /* Replacement pwd.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _PWD_H | ||
| 25 | #define _PWD_H | ||
| 26 | |||
| 27 | #include <sys/types.h> | ||
| 28 | |||
| 29 | /* Emacs uses only pw_name and pw_dir: let's just simulate these */ | ||
| 30 | struct passwd { | ||
| 31 | char *pw_name; /* user name */ | ||
| 32 | char *pw_dir; /* home directory */ | ||
| 33 | }; | ||
| 34 | |||
| 35 | struct passwd *getpwuid(uid_t); | ||
| 36 | struct passwd *getpwnam(const char *); | ||
| 37 | |||
| 38 | #endif /* _PWD_H */ | ||
| 39 | |||
| 40 | /* arch-tag: e169cad7-12ca-4660-a35e-36f80d5d345f | ||
| 41 | (do not change this comment) */ | ||
diff --git a/mac/inc/s-mac.h b/mac/inc/s-mac.h deleted file mode 100644 index 6d9b1ddb016..00000000000 --- a/mac/inc/s-mac.h +++ /dev/null | |||
| @@ -1,317 +0,0 @@ | |||
| 1 | /* Handcrafted s-mac.h file for building GNU Emacs on Mac OS 9. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | /* | ||
| 25 | * Define symbols to identify the version of Unix this is. | ||
| 26 | * Define all the symbols that apply correctly. | ||
| 27 | */ | ||
| 28 | |||
| 29 | /* #define UNIPLUS */ | ||
| 30 | /* #define USG5 */ | ||
| 31 | /* #define USG */ | ||
| 32 | /* #define HPUX */ | ||
| 33 | /* #define UMAX */ | ||
| 34 | /* #define BSD4_1 */ | ||
| 35 | /* #define BSD4_2 */ | ||
| 36 | /* #define BSD4_3 */ | ||
| 37 | /* #define BSD_SYSTEM */ | ||
| 38 | /* #define VMS */ | ||
| 39 | |||
| 40 | /* SYSTEM_TYPE should indicate the kind of system you are using. | ||
| 41 | It sets the Lisp variable system-type. */ | ||
| 42 | |||
| 43 | #define SYSTEM_TYPE "macos" | ||
| 44 | |||
| 45 | /* NOMULTIPLEJOBS should be defined if your system's shell | ||
| 46 | does not have "job control" (the ability to stop a program, | ||
| 47 | run some other program, then continue the first one). */ | ||
| 48 | |||
| 49 | #define NOMULTIPLEJOBS | ||
| 50 | |||
| 51 | /* Emacs can read input using SIGIO and buffering characters itself, | ||
| 52 | or using CBREAK mode and making C-g cause SIGINT. | ||
| 53 | The choice is controlled by the variable interrupt_input. | ||
| 54 | |||
| 55 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) | ||
| 56 | |||
| 57 | Emacs uses the presence or absence of the SIGIO and BROKEN_SIGIO macros | ||
| 58 | to indicate whether or not signal-driven I/O is possible. It uses | ||
| 59 | INTERRUPT_INPUT to decide whether to use it by default. | ||
| 60 | |||
| 61 | SIGIO can be used only on systems that implement it (4.2 and 4.3). | ||
| 62 | CBREAK mode has two disadvantages | ||
| 63 | 1) At least in 4.2, it is impossible to handle the Meta key properly. | ||
| 64 | I hear that in system V this problem does not exist. | ||
| 65 | 2) Control-G causes output to be discarded. | ||
| 66 | I do not know whether this can be fixed in system V. | ||
| 67 | |||
| 68 | Another method of doing input is planned but not implemented. | ||
| 69 | It would have Emacs fork off a separate process | ||
| 70 | to read the input and send it to the true Emacs process | ||
| 71 | through a pipe. */ | ||
| 72 | |||
| 73 | /* #define INTERRUPT_INPUT */ | ||
| 74 | |||
| 75 | /* Letter to use in finding device name of first pty, | ||
| 76 | if system supports pty's. 'a' means it is /dev/ptya0 */ | ||
| 77 | |||
| 78 | /* #define FIRST_PTY_LETTER 'a' */ | ||
| 79 | |||
| 80 | /* | ||
| 81 | * Define HAVE_TERMIOS if the system provides POSIX-style | ||
| 82 | * functions and macros for terminal control. | ||
| 83 | * | ||
| 84 | * Define HAVE_TERMIO if the system provides sysV-style ioctls | ||
| 85 | * for terminal control. | ||
| 86 | * | ||
| 87 | * Do not define both. HAVE_TERMIOS is preferred, if it is | ||
| 88 | * supported on your system. | ||
| 89 | */ | ||
| 90 | |||
| 91 | /* #define HAVE_TERMIOS */ | ||
| 92 | #define HAVE_TERMIO | ||
| 93 | |||
| 94 | /* | ||
| 95 | * Define HAVE_PTYS if the system supports pty devices. | ||
| 96 | */ | ||
| 97 | |||
| 98 | /* #define HAVE_PTYS */ | ||
| 99 | |||
| 100 | /* | ||
| 101 | * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate | ||
| 102 | * The 4.2 opendir, etc., library functions. | ||
| 103 | */ | ||
| 104 | |||
| 105 | /* #define NONSYSTEM_DIR_LIBRARY */ | ||
| 106 | |||
| 107 | /* Define this symbol if your system has the functions bcopy, etc. */ | ||
| 108 | |||
| 109 | /* #define BSTRING */ | ||
| 110 | |||
| 111 | /* subprocesses should be defined if you want to | ||
| 112 | have code for asynchronous subprocesses | ||
| 113 | (as used in M-x compile and M-x shell). | ||
| 114 | This is generally OS dependent, and not supported | ||
| 115 | under most USG systems. */ | ||
| 116 | |||
| 117 | /* #define subprocesses */ | ||
| 118 | |||
| 119 | /* If your system uses COFF (Common Object File Format) then define the | ||
| 120 | preprocessor symbol "COFF". */ | ||
| 121 | |||
| 122 | /* #define COFF */ | ||
| 123 | |||
| 124 | /* define MAIL_USE_FLOCK if the mailer uses flock | ||
| 125 | to interlock access to /usr/spool/mail/$USER. | ||
| 126 | The alternative is that a lock file named | ||
| 127 | /usr/spool/mail/$USER.lock. */ | ||
| 128 | |||
| 129 | /* #define MAIL_USE_FLOCK */ | ||
| 130 | |||
| 131 | /* Define CLASH_DETECTION if you want lock files to be written | ||
| 132 | so that Emacs can tell instantly when you try to modify | ||
| 133 | a file that someone else has modified in his Emacs. */ | ||
| 134 | |||
| 135 | /* #define CLASH_DETECTION */ | ||
| 136 | |||
| 137 | /* Define this if your operating system declares signal handlers to | ||
| 138 | have a type other than the usual. `The usual' is `void' for ANSI C | ||
| 139 | systems (i.e. when the __STDC__ macro is defined), and `int' for | ||
| 140 | pre-ANSI systems. If you're using GCC on an older system, __STDC__ | ||
| 141 | will be defined, but the system's include files will still say that | ||
| 142 | signal returns int or whatever; in situations like that, define | ||
| 143 | this to be what the system's include files want. */ | ||
| 144 | /* #define SIGTYPE int */ | ||
| 145 | |||
| 146 | /* If the character used to separate elements of the executable path | ||
| 147 | is not ':', #define this to be the appropriate character constant. */ | ||
| 148 | /* #define SEPCHAR ':' */ | ||
| 149 | |||
| 150 | /* Define this if the system can use mmap for buffer text allocation. */ | ||
| 151 | /* #define USE_MMAP_FOR_BUFFERS 1 */ | ||
| 152 | |||
| 153 | /* ============================================================ */ | ||
| 154 | |||
| 155 | /* Here, add any special hacks needed | ||
| 156 | to make Emacs work on this system. For example, | ||
| 157 | you might define certain system call names that don't | ||
| 158 | exist on your system, or that do different things on | ||
| 159 | your system and must be used only through an encapsulation | ||
| 160 | (Which you should place, by convention, in sysdep.c). */ | ||
| 161 | |||
| 162 | /* Some compilers tend to put everything declared static | ||
| 163 | into the initialized data area, which becomes pure after dumping Emacs. | ||
| 164 | On these systems, you must #define static as nothing to foil this. | ||
| 165 | Note that emacs carefully avoids static vars inside functions. */ | ||
| 166 | |||
| 167 | /* #define static */ | ||
| 168 | |||
| 169 | /* If the system's imake configuration file defines `NeedWidePrototypes' | ||
| 170 | as `NO', we must define NARROWPROTO manually. Such a define is | ||
| 171 | generated in the Makefile generated by `xmkmf'. If we don't | ||
| 172 | define NARROWPROTO, we will see the wrong function prototypes | ||
| 173 | for X functions taking float or double parameters. */ | ||
| 174 | |||
| 175 | /* #define NARROWPROTO 1 */ | ||
| 176 | |||
| 177 | /* ============================================================ */ | ||
| 178 | |||
| 179 | /* After adding support for a new system, modify the large case | ||
| 180 | statement in the `configure' script to recognize reasonable | ||
| 181 | configuration names, and add a description of the system to | ||
| 182 | `etc/MACHINES'. | ||
| 183 | |||
| 184 | If you've just fixed a problem in an existing configuration file, | ||
| 185 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 186 | of known problems in that configuration should be updated. */ | ||
| 187 | |||
| 188 | #ifdef __MRC__ | ||
| 189 | /* MrC predefines signal numbers as powers of 2. */ | ||
| 190 | #define sigmask(no) (((no) & (no) - 1) ? 1L << ((no) - 1) : (no)) | ||
| 191 | #define __signal_max 8 /* There's enough room for the following | ||
| 192 | signals between 8 and 16, and the | ||
| 193 | maximum predefined one (32) is less | ||
| 194 | than 8th power of 2. */ | ||
| 195 | #endif | ||
| 196 | |||
| 197 | #define SIGHUP (__signal_max+1) | ||
| 198 | #define SIGQUIT (__signal_max+2) | ||
| 199 | #define SIGTRAP (__signal_max+3) | ||
| 200 | #define SIGKILL (__signal_max+4) | ||
| 201 | #define SIGALRM (__signal_max+5) | ||
| 202 | #define SIGPIPE (__signal_max+6) | ||
| 203 | |||
| 204 | #ifdef __MRC__ | ||
| 205 | #define NSIG SIGTERM /* largest one in signal.h */ | ||
| 206 | #else | ||
| 207 | #define NSIG (__signal_max+6) | ||
| 208 | #endif | ||
| 209 | |||
| 210 | #ifdef __MRC__ | ||
| 211 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base) | ||
| 212 | #elif __MWERKS__ | ||
| 213 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->buffer_ptr - (FILE)->buffer) | ||
| 214 | #endif | ||
| 215 | |||
| 216 | #ifdef __MWERKS__ | ||
| 217 | #include <errno.h> | ||
| 218 | #ifndef ENOENT | ||
| 219 | #define ENOENT 100 | ||
| 220 | #endif | ||
| 221 | #ifndef EXDEV | ||
| 222 | #define EXDEV 101 | ||
| 223 | #endif | ||
| 224 | #ifndef EEXIST | ||
| 225 | #define EEXIST 102 | ||
| 226 | #endif | ||
| 227 | #ifndef EINTR | ||
| 228 | #define EINTR 102 | ||
| 229 | #endif | ||
| 230 | #ifndef EACCES | ||
| 231 | #define EACCES 103 | ||
| 232 | #endif | ||
| 233 | #ifndef ENOTDIR | ||
| 234 | #define ENOTDIR 104 | ||
| 235 | #endif | ||
| 236 | #ifndef EIO | ||
| 237 | #define EIO 105 | ||
| 238 | #endif | ||
| 239 | #ifndef EBADF | ||
| 240 | #define EBADF 106 | ||
| 241 | #endif | ||
| 242 | #endif | ||
| 243 | |||
| 244 | #define SYSTEM_PURESIZE_EXTRA (200*1024) | ||
| 245 | |||
| 246 | /* don't know what this will do, but sysdep.c needs it */ | ||
| 247 | #define DATA_START 0 | ||
| 248 | |||
| 249 | /* Limited by CW's 32K limit on local data! */ | ||
| 250 | #define READ_BUF_SIZE (8 << 10) | ||
| 251 | |||
| 252 | #include <utsname.h> | ||
| 253 | |||
| 254 | #define SYSV_SYSTEM_DIR | ||
| 255 | |||
| 256 | #define SYSTEM_MALLOC | ||
| 257 | |||
| 258 | #define _setjmp setjmp | ||
| 259 | #define _longjmp longjmp | ||
| 260 | |||
| 261 | #define _exit exit | ||
| 262 | |||
| 263 | #define main emacs_main | ||
| 264 | |||
| 265 | /* Include this here so it won't be include again when #include in emacs | ||
| 266 | sources. Then undefine the macro definitions in it for unlink, read, | ||
| 267 | write, access, and rmdir. */ | ||
| 268 | #ifdef __MWERKS__ | ||
| 269 | #include <unistd.h> | ||
| 270 | #endif | ||
| 271 | |||
| 272 | #ifndef X_OK | ||
| 273 | #define X_OK 01 | ||
| 274 | #endif | ||
| 275 | |||
| 276 | #undef unlink | ||
| 277 | #define unlink sys_unlink | ||
| 278 | #undef read | ||
| 279 | #define read sys_read | ||
| 280 | #undef write | ||
| 281 | #define write sys_write | ||
| 282 | #undef access | ||
| 283 | #define access sys_access | ||
| 284 | #undef rmdir | ||
| 285 | #define rmdir sys_rmdir | ||
| 286 | |||
| 287 | #define open sys_open | ||
| 288 | #define creat sys_creat | ||
| 289 | |||
| 290 | #define rename sys_rename | ||
| 291 | #define fopen sys_fopen | ||
| 292 | #define signal sys_signal | ||
| 293 | |||
| 294 | #define gmtime sys_gmtime | ||
| 295 | #define localtime sys_localtime | ||
| 296 | #define ctime sys_ctime | ||
| 297 | #define time sys_time | ||
| 298 | |||
| 299 | #define index strchr | ||
| 300 | #define rindex strrchr | ||
| 301 | |||
| 302 | #define PTR POINTER_TYPE * /* For strftime.c. */ | ||
| 303 | |||
| 304 | #define SYMS_SYSTEM syms_of_mac() | ||
| 305 | |||
| 306 | #ifdef USE_LSB_TAG | ||
| 307 | #ifdef __MRC__ | ||
| 308 | #define DECL_ALIGN(type, var) type var | ||
| 309 | #endif | ||
| 310 | #endif | ||
| 311 | |||
| 312 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the | ||
| 313 | stack. */ | ||
| 314 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||
| 315 | |||
| 316 | /* arch-tag: 6a941c4b-a419-4d25-80ac-9335053e58b2 | ||
| 317 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h deleted file mode 100644 index c99a293a022..00000000000 --- a/mac/inc/sys/file.h +++ /dev/null | |||
| @@ -1,63 +0,0 @@ | |||
| 1 | /* Replacement sys/file.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_FILE_H | ||
| 25 | #define _SYS_FILE_H | ||
| 26 | |||
| 27 | #include <Files.h> | ||
| 28 | #include <sys/types.h> | ||
| 29 | #include <sys/stat.h> | ||
| 30 | |||
| 31 | #ifdef __MRC__ | ||
| 32 | #undef open | ||
| 33 | #undef creat | ||
| 34 | |||
| 35 | #define open mpw_open | ||
| 36 | #define creat mpw_creat | ||
| 37 | |||
| 38 | #include <fcntl.h> | ||
| 39 | |||
| 40 | #undef open | ||
| 41 | #undef creat | ||
| 42 | |||
| 43 | #define open sys_open | ||
| 44 | #define creat sys_creat | ||
| 45 | #endif | ||
| 46 | |||
| 47 | #ifdef __MWERKS__ | ||
| 48 | #include <unix.h> | ||
| 49 | #endif | ||
| 50 | |||
| 51 | mode_t umask(mode_t); | ||
| 52 | |||
| 53 | void abort(void); | ||
| 54 | void _exit(int); | ||
| 55 | int kill(int,int); | ||
| 56 | int alarm(int); | ||
| 57 | int pause(void); | ||
| 58 | char *getwd(char *); | ||
| 59 | |||
| 60 | #endif /* _SYS_FILE_H */ | ||
| 61 | |||
| 62 | /* arch-tag: c3a653d5-f228-4d62-a47c-0398015195de | ||
| 63 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/ioctl.h b/mac/inc/sys/ioctl.h deleted file mode 100644 index 279c8a34e9e..00000000000 --- a/mac/inc/sys/ioctl.h +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | /* Replacement sys/ioctl.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_IOCTL_H | ||
| 25 | #define _SYS_IOCTL_H | ||
| 26 | |||
| 27 | int ioctl(int, int, void *); | ||
| 28 | |||
| 29 | #define FIONREAD 1 | ||
| 30 | #define TCGETA 2 | ||
| 31 | |||
| 32 | #endif /* _SYS_IOCTL_H */ | ||
| 33 | |||
| 34 | /* arch-tag: fa0c3dda-dbe0-4a49-86c4-7516c83c3c8c | ||
| 35 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/param.h b/mac/inc/sys/param.h deleted file mode 100644 index 71df1e61d20..00000000000 --- a/mac/inc/sys/param.h +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | /* Replacement sys/param.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_PARAM_H | ||
| 25 | #define _SYS_PARAM_H | ||
| 26 | |||
| 27 | #define MAXPATHLEN 255 | ||
| 28 | |||
| 29 | #endif /* _SYS_PARAM_H */ | ||
| 30 | |||
| 31 | /* arch-tag: dceae288-b9cf-4a8f-a780-bca2cadf0c47 | ||
| 32 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h deleted file mode 100644 index 12ccfc66d99..00000000000 --- a/mac/inc/sys/stat.h +++ /dev/null | |||
| @@ -1,90 +0,0 @@ | |||
| 1 | /* Replacement sys/stat.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_STAT_H | ||
| 25 | #define _SYS_STAT_H | ||
| 26 | |||
| 27 | #ifdef __MWERKS__ | ||
| 28 | #include <stat.mac.h> | ||
| 29 | |||
| 30 | #if __MSL__ >= 0x6000 | ||
| 31 | #define fstat _fstat | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #undef S_IFMT | ||
| 35 | #undef S_IFBLK | ||
| 36 | #undef S_IFCHR | ||
| 37 | #undef S_IFIFO | ||
| 38 | #undef S_IFREG | ||
| 39 | #undef S_IFDIR | ||
| 40 | #undef S_IFLNK | ||
| 41 | |||
| 42 | #undef S_IRUSR | ||
| 43 | #undef S_IWUSR | ||
| 44 | #undef S_IXUSR | ||
| 45 | |||
| 46 | #endif /* __MWERKS__ */ | ||
| 47 | |||
| 48 | /* Need to redefine these for CW, filemode.c assumes Unix definitions which are | ||
| 49 | inconsistent with CW definitions because CW uses bits 8-12 for S_IFMT info. | ||
| 50 | Bit 8 is used by S_IRUSR on Unix! */ | ||
| 51 | #define S_IFMT 0170000 /* type of file */ | ||
| 52 | #define S_IFBLK 0060000 /* block special */ | ||
| 53 | #define S_IFCHR 0020000 /* character special */ | ||
| 54 | #define S_IFIFO 0010000 /* FIFO special */ | ||
| 55 | #define S_IFREG 0100000 /* regular */ | ||
| 56 | #define S_IFDIR 0040000 /* directory */ | ||
| 57 | #define S_IFLNK 0030000 /* symbolic link */ | ||
| 58 | |||
| 59 | #define S_IREAD 00400 | ||
| 60 | #define S_IWRITE 00200 | ||
| 61 | #define S_IEXEC 00100 | ||
| 62 | |||
| 63 | /* Need to redefine these for because mode_string in filemode.c assumes Unix | ||
| 64 | values in the lower 9 bits which are different from CW values. */ | ||
| 65 | #define S_IRUSR S_IREAD | ||
| 66 | #define S_IWUSR S_IWRITE | ||
| 67 | #define S_IXUSR S_IEXEC | ||
| 68 | |||
| 69 | #ifdef __MRC__ | ||
| 70 | typedef unsigned long dev_t; | ||
| 71 | |||
| 72 | struct stat { | ||
| 73 | dev_t st_dev; /* ID of device containing file */ | ||
| 74 | int st_ino; /* file serial number */ | ||
| 75 | unsigned short st_mode; /* mode of file */ | ||
| 76 | int st_nlink; /* number of links to the file */ | ||
| 77 | int st_uid; /* user ID of file */ | ||
| 78 | int st_gid; /* group ID of file */ | ||
| 79 | int st_rdev; /* device ID (if file is character or block special) */ | ||
| 80 | int st_size; /* file size in bytes (if file is a regular file) */ | ||
| 81 | int st_atime; /* time of last access */ | ||
| 82 | int st_mtime; /* time of last data modification */ | ||
| 83 | int st_ctime; /* time of last status change */ | ||
| 84 | }; | ||
| 85 | #endif /* __MRC__ */ | ||
| 86 | |||
| 87 | #endif /* _SYS_STAT_H */ | ||
| 88 | |||
| 89 | /* arch-tag: b7da83f5-3d3f-4b19-9cd2-790dd87145e4 | ||
| 90 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/time.h b/mac/inc/sys/time.h deleted file mode 100644 index 8a10304f670..00000000000 --- a/mac/inc/sys/time.h +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | /* Replacement sys/time.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | ||
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_TIME_H | ||
| 25 | #define _SYS_TIME_H | ||
| 26 | |||
| 27 | struct timeval { | ||
| 28 | long tv_sec; /* seconds */ | ||
| 29 | long tv_usec; /* microseconds */ | ||
| 30 | }; | ||
| 31 | |||
| 32 | #define ITIMER_REAL 0 | ||
| 33 | #if 0 | ||
| 34 | #define ITIMER_VIRTUAL 1 | ||
| 35 | #define ITIMER_PROF 2 | ||
| 36 | #endif | ||
| 37 | |||
| 38 | struct itimerval { | ||
| 39 | #if 0 | ||
| 40 | struct timeval it_interval; /* timer interval */ | ||
| 41 | #endif | ||
| 42 | struct timeval it_value; /* current value */ | ||
| 43 | }; | ||
| 44 | |||
| 45 | extern int setitimer(int, const struct itimerval *, struct itimerval *); | ||
| 46 | |||
| 47 | #endif /* _SYS_TYPES_H */ | ||
| 48 | |||
| 49 | /* arch-tag: f85ed04d-0e99-4f97-892b-fe029d0e92f9 | ||
| 50 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/types.h b/mac/inc/sys/types.h deleted file mode 100644 index f76c6834899..00000000000 --- a/mac/inc/sys/types.h +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | /* Replacement sys/types.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_TYPES_H | ||
| 25 | #define _SYS_TYPES_H | ||
| 26 | |||
| 27 | #ifdef __MWERKS__ | ||
| 28 | /* Need definitions of uid_t from stat.h */ | ||
| 29 | #include <stat.h> | ||
| 30 | #endif /* __MWERKS__ */ | ||
| 31 | |||
| 32 | #ifdef __MRC__ | ||
| 33 | typedef long uid_t; | ||
| 34 | typedef long gid_t; | ||
| 35 | typedef long off_t; | ||
| 36 | typedef long ino_t; | ||
| 37 | |||
| 38 | typedef unsigned long mode_t; | ||
| 39 | #endif /* __MRC__ */ | ||
| 40 | |||
| 41 | #endif /* _SYS_TYPES_H */ | ||
| 42 | |||
| 43 | /* arch-tag: d4b69a6a-b2ff-4be2-a152-a162af81d823 | ||
| 44 | (do not change this comment) */ | ||
diff --git a/mac/inc/termio.h b/mac/inc/termio.h deleted file mode 100644 index a812a67d52b..00000000000 --- a/mac/inc/termio.h +++ /dev/null | |||
| @@ -1,72 +0,0 @@ | |||
| 1 | /* Replacement termio.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _SYS_TERMIO_H | ||
| 25 | #define _SYS_TERMIO_H | ||
| 26 | |||
| 27 | typedef unsigned char cc_t; | ||
| 28 | typedef unsigned short tcflag_t; | ||
| 29 | |||
| 30 | #define NCCS 32 | ||
| 31 | |||
| 32 | struct termio { | ||
| 33 | tcflag_t c_iflag; /* input modes */ | ||
| 34 | tcflag_t c_oflag; /* output modes */ | ||
| 35 | tcflag_t c_cflag; /* control modes */ | ||
| 36 | tcflag_t c_lflag; /* local modes */ | ||
| 37 | cc_t c_cc[NCCS]; /* control chars */ | ||
| 38 | }; | ||
| 39 | |||
| 40 | /* c_cc subscript names */ | ||
| 41 | #define VINTR 1 | ||
| 42 | #define VQUIT 2 | ||
| 43 | #define VERASE 3 | ||
| 44 | #define VTIME 4 | ||
| 45 | #define VMIN 5 | ||
| 46 | |||
| 47 | /* c_iflag fields */ | ||
| 48 | #define IGNBRK 0x1 /* ignore break condition */ | ||
| 49 | #define ICRNL 0x2 /* map CR to NL on input */ | ||
| 50 | #define IXON 0x4 /* enable start/stop output control */ | ||
| 51 | |||
| 52 | /* c_oflag fields */ | ||
| 53 | #define ONLCR 0x1 /* map CR to NL on output */ | ||
| 54 | #define TABDLY 0x2 /* horizontal tab delays */ | ||
| 55 | #define TAB3 0x4 /* expand tab to spaces */ | ||
| 56 | |||
| 57 | /* c_cflag fields */ | ||
| 58 | #define CBAUD 0x1 | ||
| 59 | #define B9600 0x2 | ||
| 60 | |||
| 61 | /* c_lflag fields */ | ||
| 62 | #define ISIG 0x1 /* enable signals */ | ||
| 63 | #define ICANON 0x2 /* canonical input (erase and kill processing) */ | ||
| 64 | #define ECHO 0x3 /* enable echo */ | ||
| 65 | |||
| 66 | #define TCSETAW 4 | ||
| 67 | #define TCSETAF 5 | ||
| 68 | |||
| 69 | #endif /* _SYS_TERMIO_H */ | ||
| 70 | |||
| 71 | /* arch-tag: 0e7a100d-2ac0-412e-9dc4-52e39ef43e14 | ||
| 72 | (do not change this comment) */ | ||
diff --git a/mac/inc/utime.h b/mac/inc/utime.h deleted file mode 100644 index 4a8d0428f63..00000000000 --- a/mac/inc/utime.h +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | /* Replacement utime.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | ||
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _UTIME_H_ | ||
| 25 | #define _UTIME_H_ | ||
| 26 | |||
| 27 | #include <time.h> | ||
| 28 | |||
| 29 | #define _mac_unix_epoch_offset_ (365L * 4L) * 24L * 60L * 60L | ||
| 30 | |||
| 31 | struct utimbuf { | ||
| 32 | time_t actime; /* access time (ignored on the Mac) */ | ||
| 33 | time_t modtime; /* modification time */ | ||
| 34 | }; | ||
| 35 | |||
| 36 | int utime(const char *path, const struct utimbuf *buf); | ||
| 37 | |||
| 38 | #endif | ||
| 39 | |||
| 40 | /* arch-tag: 52dc3f6b-6122-4568-8f09-a5a56de6a324 | ||
| 41 | (do not change this comment) */ | ||
diff --git a/mac/inc/utsname.h b/mac/inc/utsname.h deleted file mode 100644 index 01c47702c7f..00000000000 --- a/mac/inc/utsname.h +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | /* Replacement utsname.h file for building GNU Emacs on the Macintosh. | ||
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | ||
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation; either version 3, or (at your option) | ||
| 10 | any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | |||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 23 | |||
| 24 | #ifndef _UTSNAME_H | ||
| 25 | #define _UTSNAME_H | ||
| 26 | |||
| 27 | struct utsname { | ||
| 28 | char nodename[255]; | ||
| 29 | }; | ||
| 30 | |||
| 31 | int uname(struct utsname *name); | ||
| 32 | |||
| 33 | #endif | ||
| 34 | |||
| 35 | /* arch-tag: 8a013744-4d43-4084-8e2f-d3fb66c83160 | ||
| 36 | (do not change this comment) */ | ||
diff --git a/mac/makefile.MPW b/mac/makefile.MPW deleted file mode 100644 index e2d7d9ac404..00000000000 --- a/mac/makefile.MPW +++ /dev/null | |||
| @@ -1,1175 +0,0 @@ | |||
| 1 | # Make file for building GNU Emacs on the Macintosh. | ||
| 2 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | # | ||
| 5 | # Author: Andrew Choi <akochoi@users.sourceforge.net> | ||
| 6 | # | ||
| 7 | # This file is part of GNU Emacs. | ||
| 8 | # | ||
| 9 | # GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | # it under the terms of the GNU General Public License as published by | ||
| 11 | # the Free Software Foundation; either version 3, or (at your option) | ||
| 12 | # any later version. | ||
| 13 | # | ||
| 14 | # GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | # GNU General Public License for more details. | ||
| 18 | # | ||
| 19 | # You should have received a copy of the GNU General Public License | ||
| 20 | # along with GNU Emacs; see the file COPYING. If not, write to | ||
| 21 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | # Boston, MA 02110-1301, USA. */ | ||
| 23 | # | ||
| 24 | # Defines the following targets: | ||
| 25 | # Emacs (default) - normal Carbon Emacs build. | ||
| 26 | # NonCarbon - non-Carbon Emacs build. | ||
| 27 | # Clean - remove all object and executable files to prepare for a fresh build. | ||
| 28 | # Doc - generate the "DOC" file in ~emacs/etc/. | ||
| 29 | # Make-DocFile - build the make-docfile tool, utility for generating "DOC". | ||
| 30 | |||
| 31 | Src = ::src: # emacs's src directory | ||
| 32 | Includes = :inc: # mac includes directory (common for MPW and CW) | ||
| 33 | Source = :src: # mac source directory | ||
| 34 | Lib-Src = ::lib-src: # ~emacs/lib-src directory, containing make-docfile.c | ||
| 35 | EmacsTarget = :Emacs MPW # pathname of target executable file | ||
| 36 | DocTarget = ::etc: # where the generated DOC file should be placed | ||
| 37 | Lisp = ::lisp: # emacs's lisp directory | ||
| 38 | Make-DocFileDir = {Lib-Src} # directory containing make-docfile tool | ||
| 39 | |||
| 40 | Makefile = makefile.MPW # self reference | ||
| 41 | NonCarbonMakeOut = NonCarbon.MakeOut # temporary file for non-Carbon build script | ||
| 42 | |||
| 43 | CarbonOption = -d HAVE_CARBON | ||
| 44 | SymOption = # -sym on # remove hash mark before "-sym on" to enable source debugging | ||
| 45 | OptOption = # -opt speed # alternatively set to -opt off or -opt size | ||
| 46 | |||
| 47 | # The -noMapCR options and the two -d's must not be removed. | ||
| 48 | |||
| 49 | PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int -alloca ¶ | ||
| 50 | -typecheck relaxed -w off ¶ | ||
| 51 | -includes unix -i {Includes},{Src} ¶ | ||
| 52 | -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 {CarbonOption} | ||
| 53 | |||
| 54 | LinkOptions = {SymOption} -d | ||
| 55 | |||
| 56 | CONFIG_H_GROUP = "{Includes}config.h" "{Includes}s-mac.h" "{Includes}utsname.h" "{Includes}m-mac.h" | ||
| 57 | DISPEXTERN_H_GROUP = "{Src}dispextern.h" "{Src}macgui.h" | ||
| 58 | INTERVALS_H_GROUP = "{Src}intervals.h" "{Src}dispextern.h" "{Src}macgui.h" | ||
| 59 | WINDOW_H_GROUP = "{Src}window.h" {DISPEXTERN_H_GROUP} | ||
| 60 | BLOCKINPUT_H_GROUP = "{Src}blockinput.h" "{Src}atimer.h" "{Src}systime.h" ¶ | ||
| 61 | "{Includes}sys:time.h" "{Includes}sys:time.h" | ||
| 62 | |||
| 63 | # The list all object files from the GNU Emacs 21.0 distribution. | ||
| 64 | |||
| 65 | EmacsObjects = ¶ | ||
| 66 | "{Src}abbrev.c.x" ¶ | ||
| 67 | "{Src}alloc.c.x" ¶ | ||
| 68 | "{Src}atimer.c.x" ¶ | ||
| 69 | "{Src}buffer.c.x" ¶ | ||
| 70 | "{Src}bytecode.c.x" ¶ | ||
| 71 | "{Src}callint.c.x" ¶ | ||
| 72 | "{Src}callproc.c.x" ¶ | ||
| 73 | "{Src}casefiddle.c.x" ¶ | ||
| 74 | "{Src}casetab.c.x" ¶ | ||
| 75 | "{Src}category.c.x" ¶ | ||
| 76 | "{Src}ccl.c.x" ¶ | ||
| 77 | "{Src}charset.c.x" ¶ | ||
| 78 | "{Src}cm.c.x" ¶ | ||
| 79 | "{Src}cmds.c.x" ¶ | ||
| 80 | "{Src}coding.c.x" ¶ | ||
| 81 | "{Src}composite.c.x" ¶ | ||
| 82 | "{Src}data.c.x" ¶ | ||
| 83 | "{Src}dired.c.x" ¶ | ||
| 84 | "{Src}dispnew.c.x" ¶ | ||
| 85 | "{Src}doc.c.x" ¶ | ||
| 86 | "{Src}doprnt.c.x" ¶ | ||
| 87 | "{Src}editfns.c.x" ¶ | ||
| 88 | "{Src}emacs.c.x" ¶ | ||
| 89 | "{Src}eval.c.x" ¶ | ||
| 90 | "{Src}fileio.c.x" ¶ | ||
| 91 | "{Src}filemode.c.x" ¶ | ||
| 92 | "{Src}floatfns.c.x" ¶ | ||
| 93 | "{Src}fns.c.x" ¶ | ||
| 94 | "{Src}fontset.c.x" ¶ | ||
| 95 | "{Src}frame.c.x" ¶ | ||
| 96 | "{Src}fringe.c.x" ¶ | ||
| 97 | "{Src}getloadavg.c.x" ¶ | ||
| 98 | "{Src}image.c.x" ¶ | ||
| 99 | "{Src}indent.c.x" ¶ | ||
| 100 | "{Src}insdel.c.x" ¶ | ||
| 101 | "{Src}intervals.c.x" ¶ | ||
| 102 | "{Src}keyboard.c.x" ¶ | ||
| 103 | "{Src}keymap.c.x" ¶ | ||
| 104 | "{Src}lread.c.x" ¶ | ||
| 105 | "{Src}macros.c.x" ¶ | ||
| 106 | "{Src}marker.c.x" ¶ | ||
| 107 | "{Src}md5.c.x" ¶ | ||
| 108 | "{Src}minibuf.c.x" ¶ | ||
| 109 | "{Src}mktime.c.x" ¶ | ||
| 110 | "{Src}print.c.x" ¶ | ||
| 111 | "{Src}process.c.x" ¶ | ||
| 112 | "{Src}regex.c.x" ¶ | ||
| 113 | "{Src}region-cache.c.x" ¶ | ||
| 114 | "{Src}scroll.c.x" ¶ | ||
| 115 | "{Src}search.c.x" ¶ | ||
| 116 | "{Src}strftime.c.x" ¶ | ||
| 117 | "{Src}syntax.c.x" ¶ | ||
| 118 | "{Src}sysdep.c.x" ¶ | ||
| 119 | "{Src}term.c.x" ¶ | ||
| 120 | "{Src}termcap.c.x" ¶ | ||
| 121 | "{Src}terminal.c.x" ¶ | ||
| 122 | "{Src}textprop.c.x" ¶ | ||
| 123 | "{Src}tparam.c.x" ¶ | ||
| 124 | "{Src}undo.c.x" ¶ | ||
| 125 | "{Src}window.c.x" ¶ | ||
| 126 | "{Src}xdisp.c.x" ¶ | ||
| 127 | "{Src}xfaces.c.x" ¶ | ||
| 128 | "{Src}lastfile.c.x" | ||
| 129 | |||
| 130 | # The list of object files generated from new source files of the Macintosh port. | ||
| 131 | |||
| 132 | MacObjects = ¶ | ||
| 133 | "{Src}mac.c.x" ¶ | ||
| 134 | "{Src}macfns.c.x" ¶ | ||
| 135 | "{Src}macmenu.c.x" ¶ | ||
| 136 | "{Src}macselect.c.x" ¶ | ||
| 137 | "{Src}macterm.c.x" | ||
| 138 | |||
| 139 | StdLibraries = ¶ | ||
| 140 | "{SharedLibraries}CarbonLib" ¶ | ||
| 141 | "{SharedLibraries}StdCLib" ¶ | ||
| 142 | "{PPCLibraries}StdCRuntime.o" ¶ | ||
| 143 | "{PPCLibraries}PPCCRuntime.o" | ||
| 144 | |||
| 145 | NonCarbonLibs = ¶ | ||
| 146 | "{SharedLibraries}InterfaceLib" ¶ | ||
| 147 | "{SharedLibraries}StdCLib" ¶ | ||
| 148 | "{SharedLibraries}MathLib" ¶ | ||
| 149 | "{SharedLibraries}AppleScriptLib" ¶ | ||
| 150 | "{SharedLibraries}LocalesLib" ¶ | ||
| 151 | "{SharedLibraries}AppearanceLib" ¶ | ||
| 152 | "{SharedLibraries}QuickTimeLib" ¶ | ||
| 153 | "{PPCLibraries}StdCRuntime.o" ¶ | ||
| 154 | "{PPCLibraries}PPCCRuntime.o" ¶ | ||
| 155 | "{PPCLibraries}PPCToolLibs.o" | ||
| 156 | |||
| 157 | # The next two are the dependency rules for building Emacs. | ||
| 158 | |||
| 159 | Emacs ÄÄ {Makefile} buildobj.lst {DocTarget}DOC {EmacsObjects} {MacObjects} | ||
| 160 | PPCLink ¶ | ||
| 161 | {LinkOptions} ¶ | ||
| 162 | {EmacsObjects} {MacObjects} ¶ | ||
| 163 | {StdLibraries} ¶ | ||
| 164 | -o "{EmacsTarget}" | ||
| 165 | |||
| 166 | Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r | ||
| 167 | Rez {CarbonOption} -a "{Source}"Emacs.maclf.r -o "{EmacsTarget}" | ||
| 168 | Rez {CarbonOption} -a "{Source}"EmacsMPW.maclf.r -o "{EmacsTarget}" | ||
| 169 | SetFile "{EmacsTarget}" -t APPL -c 'EMAx' -a B | ||
| 170 | |||
| 171 | NonCarbon Ä | ||
| 172 | Make -f "{Makefile}" -d CarbonOption="" -d StdLibraries='{NonCarbonLibs}' > "{NonCarbonMakeOut}" | ||
| 173 | "{NonCarbonMakeOut}" | ||
| 174 | |||
| 175 | # Rez cannot handle files with Unix style end lines at all. So generate | ||
| 176 | # them. It does not hurt if Emacs.r and EmacsMPW.r already have Mac end | ||
| 177 | # lines. | ||
| 178 | |||
| 179 | "{Source}"Emacs.maclf.r Ä "{Source}"Emacs.r | ||
| 180 | translate ¶0x0a ¶n < "{Source}"Emacs.r > "{Source}"Emacs.maclf.r | ||
| 181 | |||
| 182 | "{Source}"EmacsMPW.maclf.r Ä "{Source}"EmacsMPW.r | ||
| 183 | translate ¶0x0a ¶n < "{Source}"EmacsMPW.r > "{Source}"EmacsMPW.maclf.r | ||
| 184 | |||
| 185 | buildobj.lst Ä | ||
| 186 | Echo "{EmacsObjects} {MacObjects}" | StreamEdit -e '1,$ Replace -c ° /[Â ]*:([Â: ]*)¨1.c.x/ ¨1".o"' > buildobj.lst | ||
| 187 | |||
| 188 | # Here comes a long boring list of rules saying which files depend on which | ||
| 189 | # other ones. I generated them by hand using the "-p" option of the MrC compiler. | ||
| 190 | # Know about MakeMake, but this is probably more accurate. | ||
| 191 | |||
| 192 | {Src}abbrev.c.x Ä ¶ | ||
| 193 | {CONFIG_H_GROUP} ¶ | ||
| 194 | "{Src}lisp.h" ¶ | ||
| 195 | "{Src}commands.h" ¶ | ||
| 196 | "{Src}buffer.h" ¶ | ||
| 197 | {WINDOW_H_GROUP} ¶ | ||
| 198 | "{Src}charset.h" ¶ | ||
| 199 | "{Src}syntax.h" | ||
| 200 | |||
| 201 | {Src}alloc.c.x Ä ¶ | ||
| 202 | {CONFIG_H_GROUP} ¶ | ||
| 203 | "{Src}lisp.h" ¶ | ||
| 204 | {INTERVALS_H_GROUP} ¶ | ||
| 205 | "{Src}puresize.h" ¶ | ||
| 206 | "{Src}buffer.h" ¶ | ||
| 207 | {WINDOW_H_GROUP} ¶ | ||
| 208 | "{Src}frame.h" ¶ | ||
| 209 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 210 | "{Src}keyboard.h" ¶ | ||
| 211 | "{Src}charset.h" ¶ | ||
| 212 | "{Src}syssignal.h" | ||
| 213 | |||
| 214 | {Src}alloca.c.x Ä ¶ | ||
| 215 | {CONFIG_H_GROUP} ¶ | ||
| 216 | "{Src}lisp.h" ¶ | ||
| 217 | {BLOCKINPUT_H_GROUP} | ||
| 218 | |||
| 219 | {Src}atimer.c.x Ä ¶ | ||
| 220 | {CONFIG_H_GROUP} ¶ | ||
| 221 | "{Src}lisp.h" ¶ | ||
| 222 | "{Src}syssignal.h" ¶ | ||
| 223 | "{Src}systime.h" ¶ | ||
| 224 | "{Includes}sys:time.h" ¶ | ||
| 225 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 226 | "{Src}atimer.h" ¶ | ||
| 227 | "{Includes}sys:time.h" | ||
| 228 | |||
| 229 | {Src}buffer.c.x Ä ¶ | ||
| 230 | {CONFIG_H_GROUP} ¶ | ||
| 231 | "{Includes}sys:types.h" ¶ | ||
| 232 | "{Includes}sys:stat.h" ¶ | ||
| 233 | "{Includes}sys:param.h" ¶ | ||
| 234 | "{Src}lisp.h" ¶ | ||
| 235 | {INTERVALS_H_GROUP} ¶ | ||
| 236 | "{Src}window.h" ¶ | ||
| 237 | "{Src}commands.h" ¶ | ||
| 238 | "{Src}buffer.h" ¶ | ||
| 239 | "{Src}charset.h" ¶ | ||
| 240 | "{Src}region-cache.h" ¶ | ||
| 241 | "{Src}indent.h" ¶ | ||
| 242 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 243 | "{Src}frame.h" | ||
| 244 | |||
| 245 | {Src}bytecode.c.x Ä ¶ | ||
| 246 | {CONFIG_H_GROUP} ¶ | ||
| 247 | "{Src}lisp.h" ¶ | ||
| 248 | "{Src}buffer.h" ¶ | ||
| 249 | "{Src}charset.h" ¶ | ||
| 250 | "{Src}syntax.h" | ||
| 251 | |||
| 252 | {Src}callint.c.x Ä ¶ | ||
| 253 | {CONFIG_H_GROUP} ¶ | ||
| 254 | "{Src}lisp.h" ¶ | ||
| 255 | "{Src}buffer.h" ¶ | ||
| 256 | "{Src}commands.h" ¶ | ||
| 257 | "{Src}keyboard.h" ¶ | ||
| 258 | {WINDOW_H_GROUP} | ||
| 259 | |||
| 260 | {Src}callproc.c.x Ä ¶ | ||
| 261 | {CONFIG_H_GROUP} ¶ | ||
| 262 | "{Includes}sys:types.h" ¶ | ||
| 263 | "{Includes}sys:file.h" ¶ | ||
| 264 | "{Includes}sys:types.h" ¶ | ||
| 265 | "{Includes}sys:stat.h" ¶ | ||
| 266 | "{Src}lisp.h" ¶ | ||
| 267 | "{Src}commands.h" ¶ | ||
| 268 | "{Src}buffer.h" ¶ | ||
| 269 | "{Src}charset.h" ¶ | ||
| 270 | "{Src}ccl.h" ¶ | ||
| 271 | "{Src}coding.h" ¶ | ||
| 272 | "{Src}composite.h" ¶ | ||
| 273 | "{Includes}epaths.h" ¶ | ||
| 274 | "{Src}process.h" ¶ | ||
| 275 | "{Src}syssignal.h" ¶ | ||
| 276 | "{Src}systty.h" ¶ | ||
| 277 | "{Includes}termio.h" ¶ | ||
| 278 | "{Src}frame.h" ¶ | ||
| 279 | "{Src}termhooks.h" | ||
| 280 | |||
| 281 | {Src}casefiddle Ä ¶ | ||
| 282 | {CONFIG_H_GROUP} ¶ | ||
| 283 | "{Src}lisp.h" ¶ | ||
| 284 | "{Src}buffer.h" ¶ | ||
| 285 | "{Src}charset.h" ¶ | ||
| 286 | "{Src}commands.h" ¶ | ||
| 287 | "{Src}syntax.h" ¶ | ||
| 288 | "{Src}composite.h" | ||
| 289 | |||
| 290 | {Src}casetab.c.x Ä ¶ | ||
| 291 | {CONFIG_H_GROUP} ¶ | ||
| 292 | "{Src}lisp.h" ¶ | ||
| 293 | "{Src}buffer.h" ¶ | ||
| 294 | "{Src}charset.h" | ||
| 295 | |||
| 296 | {Src}category.c.x Ä ¶ | ||
| 297 | {CONFIG_H_GROUP} ¶ | ||
| 298 | "{Src}lisp.h" ¶ | ||
| 299 | "{Src}buffer.h" ¶ | ||
| 300 | "{Src}charset.h" ¶ | ||
| 301 | "{Src}category.h" | ||
| 302 | |||
| 303 | {Src}ccl.c.x Ä ¶ | ||
| 304 | {CONFIG_H_GROUP} ¶ | ||
| 305 | "{Src}lisp.h" ¶ | ||
| 306 | "{Src}charset.h" ¶ | ||
| 307 | "{Src}ccl.h" ¶ | ||
| 308 | "{Src}coding.h" | ||
| 309 | |||
| 310 | {Src}charset.c.x Ä ¶ | ||
| 311 | {CONFIG_H_GROUP} ¶ | ||
| 312 | "{Includes}sys:types.h" ¶ | ||
| 313 | "{Src}lisp.h" ¶ | ||
| 314 | "{Src}buffer.h" ¶ | ||
| 315 | "{Src}charset.h" ¶ | ||
| 316 | "{Src}coding.h" ¶ | ||
| 317 | "{Src}ccl.h" ¶ | ||
| 318 | "{Src}disptab.h" | ||
| 319 | |||
| 320 | {Src}cm.c.x Ä ¶ | ||
| 321 | {CONFIG_H_GROUP} ¶ | ||
| 322 | "{Src}cm.h" ¶ | ||
| 323 | "{Src}termhooks.h" | ||
| 324 | |||
| 325 | {Src}cmds.c.x Ä ¶ | ||
| 326 | {CONFIG_H_GROUP} ¶ | ||
| 327 | "{Src}lisp.h" ¶ | ||
| 328 | "{Src}commands.h" ¶ | ||
| 329 | "{Src}buffer.h" ¶ | ||
| 330 | "{Src}charset.h" ¶ | ||
| 331 | "{Src}syntax.h" ¶ | ||
| 332 | {WINDOW_H_GROUP} ¶ | ||
| 333 | "{Src}keyboard.h" ¶ | ||
| 334 | {DISPEXTERN_H_GROUP} | ||
| 335 | |||
| 336 | {Src}coding.c.x Ä ¶ | ||
| 337 | {CONFIG_H_GROUP} ¶ | ||
| 338 | "{Src}lisp.h" ¶ | ||
| 339 | "{Src}buffer.h" ¶ | ||
| 340 | "{Src}charset.h" ¶ | ||
| 341 | "{Src}composite.h" ¶ | ||
| 342 | "{Src}ccl.h" ¶ | ||
| 343 | "{Src}coding.h" ¶ | ||
| 344 | {WINDOW_H_GROUP} | ||
| 345 | |||
| 346 | {Src}composite.c.x Ä ¶ | ||
| 347 | {CONFIG_H_GROUP} ¶ | ||
| 348 | "{Src}lisp.h" ¶ | ||
| 349 | "{Src}buffer.h" ¶ | ||
| 350 | "{Src}charset.h" ¶ | ||
| 351 | {INTERVALS_H_GROUP} | ||
| 352 | |||
| 353 | {Src}data.c.x Ä ¶ | ||
| 354 | {CONFIG_H_GROUP} ¶ | ||
| 355 | "{Src}lisp.h" ¶ | ||
| 356 | "{Src}puresize.h" ¶ | ||
| 357 | "{Src}charset.h" ¶ | ||
| 358 | "{Src}buffer.h" ¶ | ||
| 359 | "{Src}keyboard.h" ¶ | ||
| 360 | "{Src}frame.h" ¶ | ||
| 361 | "{Src}syssignal.h" | ||
| 362 | |||
| 363 | {Src}dired.c.x Ä ¶ | ||
| 364 | {CONFIG_H_GROUP} ¶ | ||
| 365 | "{Includes}sys:types.h" ¶ | ||
| 366 | "{Includes}sys:stat.h" ¶ | ||
| 367 | "{Src}systime.h" ¶ | ||
| 368 | "{Includes}sys:time.h" ¶ | ||
| 369 | "{Includes}dirent.h" ¶ | ||
| 370 | "{Src}lisp.h" ¶ | ||
| 371 | "{Src}buffer.h" ¶ | ||
| 372 | "{Src}commands.h" ¶ | ||
| 373 | "{Src}charset.h" ¶ | ||
| 374 | "{Src}coding.h" ¶ | ||
| 375 | "{Src}ccl.h" ¶ | ||
| 376 | "{Src}regex.h" ¶ | ||
| 377 | {BLOCKINPUT_H_GROUP} | ||
| 378 | |||
| 379 | {Src}dispnew.c.x Ä ¶ | ||
| 380 | {CONFIG_H_GROUP} ¶ | ||
| 381 | "{Src}lisp.h" ¶ | ||
| 382 | "{Src}termchar.h" ¶ | ||
| 383 | "{Src}termopts.h" ¶ | ||
| 384 | "{Src}termhooks.h" ¶ | ||
| 385 | {DISPEXTERN_H_GROUP} ¶ | ||
| 386 | "{Src}cm.h" ¶ | ||
| 387 | "{Src}buffer.h" ¶ | ||
| 388 | "{Src}charset.h" ¶ | ||
| 389 | {WINDOW_H_GROUP} ¶ | ||
| 390 | "{Src}commands.h" ¶ | ||
| 391 | "{Src}disptab.h" ¶ | ||
| 392 | "{Src}indent.h" ¶ | ||
| 393 | {INTERVALS_H_GROUP} ¶ | ||
| 394 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 395 | "{Src}process.h" ¶ | ||
| 396 | "{Src}keyboard.h" ¶ | ||
| 397 | "{Src}syssignal.h" ¶ | ||
| 398 | "{Src}macterm.h" ¶ | ||
| 399 | "{Src}macgui.h" ¶ | ||
| 400 | "{Src}frame.h" ¶ | ||
| 401 | "{Src}systime.h" | ||
| 402 | |||
| 403 | {Src}doc.c.x Ä ¶ | ||
| 404 | {CONFIG_H_GROUP} ¶ | ||
| 405 | "{Includes}sys:types.h" ¶ | ||
| 406 | "{Includes}sys:file.h" ¶ | ||
| 407 | "{Src}lisp.h" ¶ | ||
| 408 | "{Src}buffer.h" ¶ | ||
| 409 | "{Src}keyboard.h" ¶ | ||
| 410 | "{Src}charset.h" | ||
| 411 | |||
| 412 | {Src}doprnt.c.x Ä ¶ | ||
| 413 | {CONFIG_H_GROUP} ¶ | ||
| 414 | "{Src}lisp.h" ¶ | ||
| 415 | "{Src}charset.h" | ||
| 416 | |||
| 417 | {Src}editfns.c.x Ä ¶ | ||
| 418 | {CONFIG_H_GROUP} ¶ | ||
| 419 | "{Includes}sys:types.h" ¶ | ||
| 420 | "{Includes}pwd.h" ¶ | ||
| 421 | "{Src}lisp.h" ¶ | ||
| 422 | {INTERVALS_H_GROUP} ¶ | ||
| 423 | "{Src}buffer.h" ¶ | ||
| 424 | "{Src}charset.h" ¶ | ||
| 425 | "{Src}coding.h" ¶ | ||
| 426 | "{Src}ccl.h" ¶ | ||
| 427 | {WINDOW_H_GROUP} ¶ | ||
| 428 | "{Src}systime.h" ¶ | ||
| 429 | "{Includes}sys:time.h" ¶ | ||
| 430 | {BLOCKINPUT_H_GROUP} | ||
| 431 | |||
| 432 | {Src}emacs.c.x Ä ¶ | ||
| 433 | {CONFIG_H_GROUP} ¶ | ||
| 434 | "{Includes}sys:types.h" ¶ | ||
| 435 | "{Includes}sys:file.h" ¶ | ||
| 436 | "{Includes}sys:types.h" ¶ | ||
| 437 | "{Includes}sys:stat.h" ¶ | ||
| 438 | "{Src}lisp.h" ¶ | ||
| 439 | "{Src}commands.h" ¶ | ||
| 440 | {INTERVALS_H_GROUP} ¶ | ||
| 441 | "{Src}buffer.h" ¶ | ||
| 442 | "{Src}systty.h" ¶ | ||
| 443 | "{Includes}termio.h" ¶ | ||
| 444 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 445 | "{Src}syssignal.h" ¶ | ||
| 446 | "{Src}process.h" ¶ | ||
| 447 | "{Src}termhooks.h" ¶ | ||
| 448 | "{Src}keyboard.h" ¶ | ||
| 449 | "{Src}frame.h" | ||
| 450 | |||
| 451 | {Src}eval.c.x Ä ¶ | ||
| 452 | {CONFIG_H_GROUP} ¶ | ||
| 453 | "{Src}lisp.h" ¶ | ||
| 454 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 455 | "{Src}commands.h" ¶ | ||
| 456 | "{Src}keyboard.h" ¶ | ||
| 457 | {DISPEXTERN_H_GROUP} | ||
| 458 | |||
| 459 | {Src}fileio.c.x Ä ¶ | ||
| 460 | {CONFIG_H_GROUP} ¶ | ||
| 461 | "{Includes}sys:types.h" ¶ | ||
| 462 | "{Includes}sys:stat.h" ¶ | ||
| 463 | "{Includes}pwd.h" ¶ | ||
| 464 | "{Src}lisp.h" ¶ | ||
| 465 | {INTERVALS_H_GROUP} ¶ | ||
| 466 | "{Src}buffer.h" ¶ | ||
| 467 | "{Src}charset.h" ¶ | ||
| 468 | "{Src}coding.h" ¶ | ||
| 469 | "{Src}ccl.h" ¶ | ||
| 470 | {WINDOW_H_GROUP} ¶ | ||
| 471 | "{Src}systime.h" ¶ | ||
| 472 | "{Includes}sys:time.h" ¶ | ||
| 473 | "{Src}commands.h" ¶ | ||
| 474 | {BLOCKINPUT_H_GROUP} | ||
| 475 | |||
| 476 | {Src}filemode.c.x Ä ¶ | ||
| 477 | {CONFIG_H_GROUP} ¶ | ||
| 478 | "{Includes}sys:types.h" ¶ | ||
| 479 | "{Includes}sys:stat.h" | ||
| 480 | |||
| 481 | {Src}floatfns.c.x Ä ¶ | ||
| 482 | {CONFIG_H_GROUP} ¶ | ||
| 483 | "{Src}lisp.h" ¶ | ||
| 484 | "{Src}syssignal.h" | ||
| 485 | |||
| 486 | {Src}fns.c.x Ä ¶ | ||
| 487 | {CONFIG_H_GROUP} ¶ | ||
| 488 | "{Src}lisp.h" ¶ | ||
| 489 | "{Src}commands.h" ¶ | ||
| 490 | "{Src}charset.h" ¶ | ||
| 491 | "{Src}buffer.h" ¶ | ||
| 492 | "{Src}keyboard.h" ¶ | ||
| 493 | {INTERVALS_H_GROUP} ¶ | ||
| 494 | "{Src}frame.h" ¶ | ||
| 495 | {WINDOW_H_GROUP} | ||
| 496 | |||
| 497 | {Src}fontset.c.x Ä ¶ | ||
| 498 | {CONFIG_H_GROUP} ¶ | ||
| 499 | "{Src}lisp.h" ¶ | ||
| 500 | "{Src}buffer.h" ¶ | ||
| 501 | "{Src}charset.h" ¶ | ||
| 502 | "{Src}ccl.h" ¶ | ||
| 503 | "{Src}frame.h" ¶ | ||
| 504 | {DISPEXTERN_H_GROUP} ¶ | ||
| 505 | "{Src}fontset.h" ¶ | ||
| 506 | {WINDOW_H_GROUP} | ||
| 507 | |||
| 508 | {Src}frame.c.x Ä ¶ | ||
| 509 | {CONFIG_H_GROUP} ¶ | ||
| 510 | "{Src}lisp.h" ¶ | ||
| 511 | "{Src}charset.h" ¶ | ||
| 512 | "{Src}fontset.h" ¶ | ||
| 513 | "{Src}macterm.h" ¶ | ||
| 514 | "{Src}macgui.h" ¶ | ||
| 515 | "{Src}frame.h" ¶ | ||
| 516 | "{Src}frame.h" ¶ | ||
| 517 | "{Src}fontset.h" ¶ | ||
| 518 | "{Src}termhooks.h" ¶ | ||
| 519 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 520 | {DISPEXTERN_H_GROUP} ¶ | ||
| 521 | {WINDOW_H_GROUP} ¶ | ||
| 522 | "{Src}buffer.h" ¶ | ||
| 523 | "{Src}commands.h" ¶ | ||
| 524 | "{Src}keyboard.h" | ||
| 525 | |||
| 526 | {Src}fringe.c.x Ä ¶ | ||
| 527 | {CONFIG_H_GROUP} ¶ | ||
| 528 | "{Src}lisp.h" ¶ | ||
| 529 | "{Src}frame.h" ¶ | ||
| 530 | {WINDOW_H_GROUP} ¶ | ||
| 531 | "{Src}buffer.h" ¶ | ||
| 532 | {BLOCKINPUT_H_GROUP} | ||
| 533 | |||
| 534 | {Src}getloadavg.c.x Ä ¶ | ||
| 535 | {CONFIG_H_GROUP} ¶ | ||
| 536 | "{Includes}sys:types.h" | ||
| 537 | |||
| 538 | {Src}image.c.x Ä ¶ | ||
| 539 | {CONFIG_H_GROUP} ¶ | ||
| 540 | "{Src}lisp.h" ¶ | ||
| 541 | "{Src}frame.h" ¶ | ||
| 542 | {WINDOW_H_GROUP} ¶ | ||
| 543 | {DISPEXTERN_H_GROUP} ¶ | ||
| 544 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 545 | "{Includes}epaths.h" ¶ | ||
| 546 | "{Src}macterm.h" ¶ | ||
| 547 | "{Src}macgui.h" ¶ | ||
| 548 | "{Src}frame.h" ¶ | ||
| 549 | "{Includes}sys:stat.h" ¶ | ||
| 550 | "{Includes}alloca.h" ¶ | ||
| 551 | "{Includes}sys:param.h" | ||
| 552 | |||
| 553 | {Src}indent.c.x Ä ¶ | ||
| 554 | {CONFIG_H_GROUP} ¶ | ||
| 555 | "{Src}lisp.h" ¶ | ||
| 556 | "{Src}buffer.h" ¶ | ||
| 557 | "{Src}charset.h" ¶ | ||
| 558 | "{Src}category.h" ¶ | ||
| 559 | "{Src}indent.h" ¶ | ||
| 560 | "{Src}frame.h" ¶ | ||
| 561 | {WINDOW_H_GROUP} ¶ | ||
| 562 | "{Src}termchar.h" ¶ | ||
| 563 | "{Src}termopts.h" ¶ | ||
| 564 | "{Src}disptab.h" ¶ | ||
| 565 | {INTERVALS_H_GROUP} ¶ | ||
| 566 | "{Src}region-cache.h" | ||
| 567 | |||
| 568 | {Src}insdel.c.x Ä ¶ | ||
| 569 | {CONFIG_H_GROUP} ¶ | ||
| 570 | "{Src}lisp.h" ¶ | ||
| 571 | {INTERVALS_H_GROUP} ¶ | ||
| 572 | "{Src}buffer.h" ¶ | ||
| 573 | "{Src}charset.h" ¶ | ||
| 574 | {WINDOW_H_GROUP} ¶ | ||
| 575 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 576 | "{Src}region-cache.h" | ||
| 577 | |||
| 578 | {Src}intervals.c.x Ä ¶ | ||
| 579 | {CONFIG_H_GROUP} ¶ | ||
| 580 | "{Src}lisp.h" ¶ | ||
| 581 | {INTERVALS_H_GROUP} ¶ | ||
| 582 | "{Src}buffer.h" ¶ | ||
| 583 | "{Src}puresize.h" ¶ | ||
| 584 | "{Src}keyboard.h" | ||
| 585 | |||
| 586 | {Src}keyboard.c.x Ä ¶ | ||
| 587 | {CONFIG_H_GROUP} ¶ | ||
| 588 | "{Src}termchar.h" ¶ | ||
| 589 | "{Src}termopts.h" ¶ | ||
| 590 | "{Src}lisp.h" ¶ | ||
| 591 | "{Src}termhooks.h" ¶ | ||
| 592 | "{Src}macros.h" ¶ | ||
| 593 | "{Src}frame.h" ¶ | ||
| 594 | {WINDOW_H_GROUP} ¶ | ||
| 595 | "{Src}commands.h" ¶ | ||
| 596 | "{Src}buffer.h" ¶ | ||
| 597 | "{Src}charset.h" ¶ | ||
| 598 | {DISPEXTERN_H_GROUP} ¶ | ||
| 599 | "{Src}keyboard.h" ¶ | ||
| 600 | "{Src}syntax.h" ¶ | ||
| 601 | {INTERVALS_H_GROUP} ¶ | ||
| 602 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 603 | "{Src}puresize.h" ¶ | ||
| 604 | "{Src}systime.h" ¶ | ||
| 605 | "{Src}atimer.h" ¶ | ||
| 606 | "{Includes}sys:ioctl.h" ¶ | ||
| 607 | "{Src}syssignal.h" ¶ | ||
| 608 | "{Src}systty.h" ¶ | ||
| 609 | "{Includes}termio.h" ¶ | ||
| 610 | "{Includes}sys:types.h" ¶ | ||
| 611 | "{Src}macterm.h" ¶ | ||
| 612 | "{Src}macgui.h" ¶ | ||
| 613 | "{Src}frame.h" ¶ | ||
| 614 | "{Src}systime.h" | ||
| 615 | |||
| 616 | {Src}keymap.c.x Ä ¶ | ||
| 617 | {CONFIG_H_GROUP} ¶ | ||
| 618 | "{Src}lisp.h" ¶ | ||
| 619 | "{Src}commands.h" ¶ | ||
| 620 | "{Src}buffer.h" ¶ | ||
| 621 | "{Src}charset.h" ¶ | ||
| 622 | "{Src}keyboard.h" ¶ | ||
| 623 | "{Src}termhooks.h" ¶ | ||
| 624 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 625 | "{Src}puresize.h" ¶ | ||
| 626 | {INTERVALS_H_GROUP} | ||
| 627 | |||
| 628 | {Src}lastfile.c.x Ä ¶ | ||
| 629 | {CONFIG_H_GROUP} | ||
| 630 | |||
| 631 | {Src}lread.c.x Ä ¶ | ||
| 632 | {CONFIG_H_GROUP} ¶ | ||
| 633 | "{Includes}sys:types.h" ¶ | ||
| 634 | "{Includes}sys:stat.h" ¶ | ||
| 635 | "{Includes}sys:file.h" ¶ | ||
| 636 | "{Src}lisp.h" ¶ | ||
| 637 | {INTERVALS_H_GROUP} ¶ | ||
| 638 | "{Src}buffer.h" ¶ | ||
| 639 | "{Src}charset.h" ¶ | ||
| 640 | "{Includes}epaths.h" ¶ | ||
| 641 | "{Src}commands.h" ¶ | ||
| 642 | "{Src}keyboard.h" ¶ | ||
| 643 | "{Src}termhooks.h" ¶ | ||
| 644 | {BLOCKINPUT_H_GROUP} | ||
| 645 | |||
| 646 | {Src}macros.c.x Ä ¶ | ||
| 647 | {CONFIG_H_GROUP} ¶ | ||
| 648 | "{Src}lisp.h" ¶ | ||
| 649 | "{Src}macros.h" ¶ | ||
| 650 | "{Src}commands.h" ¶ | ||
| 651 | "{Src}buffer.h" ¶ | ||
| 652 | {WINDOW_H_GROUP} ¶ | ||
| 653 | "{Src}keyboard.h" | ||
| 654 | |||
| 655 | {Src}marker.c.x Ä ¶ | ||
| 656 | {CONFIG_H_GROUP} ¶ | ||
| 657 | "{Src}lisp.h" ¶ | ||
| 658 | "{Src}buffer.h" ¶ | ||
| 659 | "{Src}charset.h" | ||
| 660 | |||
| 661 | {Src}minibuf.c.x Ä ¶ | ||
| 662 | {CONFIG_H_GROUP} ¶ | ||
| 663 | "{Src}lisp.h" ¶ | ||
| 664 | "{Src}commands.h" ¶ | ||
| 665 | "{Src}buffer.h" ¶ | ||
| 666 | "{Src}charset.h" ¶ | ||
| 667 | {DISPEXTERN_H_GROUP} ¶ | ||
| 668 | "{Src}frame.h" ¶ | ||
| 669 | {WINDOW_H_GROUP} ¶ | ||
| 670 | "{Src}syntax.h" ¶ | ||
| 671 | "{Src}keyboard.h" | ||
| 672 | |||
| 673 | {Src}mktime.c.x Ä ¶ | ||
| 674 | {CONFIG_H_GROUP} ¶ | ||
| 675 | "{Includes}sys:types.h" | ||
| 676 | |||
| 677 | {Src}print.c.x Ä ¶ | ||
| 678 | {CONFIG_H_GROUP} ¶ | ||
| 679 | "{Src}lisp.h" ¶ | ||
| 680 | "{Src}buffer.h" ¶ | ||
| 681 | "{Src}charset.h" ¶ | ||
| 682 | "{Src}frame.h" ¶ | ||
| 683 | {WINDOW_H_GROUP} ¶ | ||
| 684 | "{Src}process.h" ¶ | ||
| 685 | {DISPEXTERN_H_GROUP} ¶ | ||
| 686 | "{Src}termchar.h" ¶ | ||
| 687 | "{Src}keyboard.h" ¶ | ||
| 688 | {INTERVALS_H_GROUP} ¶ | ||
| 689 | {BLOCKINPUT_H_GROUP} | ||
| 690 | |||
| 691 | {Src}process.c.x Ä ¶ | ||
| 692 | {CONFIG_H_GROUP} ¶ | ||
| 693 | "{Includes}sys:types.h" ¶ | ||
| 694 | "{Src}lisp.h" ¶ | ||
| 695 | "{Src}systime.h" ¶ | ||
| 696 | "{Includes}sys:time.h" ¶ | ||
| 697 | "{Src}charset.h" ¶ | ||
| 698 | "{Src}coding.h" ¶ | ||
| 699 | "{Src}ccl.h" ¶ | ||
| 700 | "{Src}termopts.h" ¶ | ||
| 701 | "{Src}sysselect.h" | ||
| 702 | |||
| 703 | {Src}regex.c.x Ä ¶ | ||
| 704 | {CONFIG_H_GROUP} ¶ | ||
| 705 | "{Includes}sys:types.h" ¶ | ||
| 706 | "{Src}lisp.h" ¶ | ||
| 707 | "{Src}buffer.h" ¶ | ||
| 708 | "{Src}syntax.h" ¶ | ||
| 709 | "{Src}charset.h" ¶ | ||
| 710 | "{Src}category.h" ¶ | ||
| 711 | "{Src}regex.h" | ||
| 712 | |||
| 713 | {Src}region-cache.c.x Ä ¶ | ||
| 714 | {CONFIG_H_GROUP} ¶ | ||
| 715 | "{Src}lisp.h" ¶ | ||
| 716 | "{Src}buffer.h" ¶ | ||
| 717 | "{Src}region-cache.h" | ||
| 718 | |||
| 719 | {Src}scroll.c.x Ä ¶ | ||
| 720 | {CONFIG_H_GROUP} ¶ | ||
| 721 | "{Src}termchar.h" ¶ | ||
| 722 | "{Src}lisp.h" ¶ | ||
| 723 | {DISPEXTERN_H_GROUP} ¶ | ||
| 724 | "{Src}frame.h" ¶ | ||
| 725 | {WINDOW_H_GROUP} | ||
| 726 | |||
| 727 | {Src}search.c.x Ä ¶ | ||
| 728 | {CONFIG_H_GROUP} ¶ | ||
| 729 | "{Src}lisp.h" ¶ | ||
| 730 | "{Src}syntax.h" ¶ | ||
| 731 | "{Src}category.h" ¶ | ||
| 732 | "{Src}buffer.h" ¶ | ||
| 733 | "{Src}charset.h" ¶ | ||
| 734 | "{Src}region-cache.h" ¶ | ||
| 735 | "{Src}commands.h" ¶ | ||
| 736 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 737 | {INTERVALS_H_GROUP} ¶ | ||
| 738 | "{Includes}sys:types.h" ¶ | ||
| 739 | "{Src}regex.h" | ||
| 740 | |||
| 741 | {Src}strftime.c.x Ä ¶ | ||
| 742 | {CONFIG_H_GROUP} ¶ | ||
| 743 | "{Includes}sys:types.h" ¶ | ||
| 744 | "{Includes}sys:time.h" | ||
| 745 | |||
| 746 | {Src}syntax.c.x Ä ¶ | ||
| 747 | {CONFIG_H_GROUP} ¶ | ||
| 748 | "{Src}lisp.h" ¶ | ||
| 749 | "{Src}commands.h" ¶ | ||
| 750 | "{Src}buffer.h" ¶ | ||
| 751 | "{Src}charset.h" ¶ | ||
| 752 | "{Src}syntax.h" ¶ | ||
| 753 | {INTERVALS_H_GROUP} ¶ | ||
| 754 | "{Src}category.h" | ||
| 755 | |||
| 756 | {Src}sysdep.c.x Ä ¶ | ||
| 757 | {CONFIG_H_GROUP} ¶ | ||
| 758 | "{Src}lisp.h" ¶ | ||
| 759 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 760 | "{Includes}sys:types.h" ¶ | ||
| 761 | "{Includes}sys:stat.h" ¶ | ||
| 762 | "{Includes}sys:ioctl.h" ¶ | ||
| 763 | "{Src}syswait.h" ¶ | ||
| 764 | "{Includes}sys:types.h" ¶ | ||
| 765 | "{Src}frame.h" ¶ | ||
| 766 | {WINDOW_H_GROUP} ¶ | ||
| 767 | "{Src}termhooks.h" ¶ | ||
| 768 | "{Src}termchar.h" ¶ | ||
| 769 | "{Src}termopts.h" ¶ | ||
| 770 | {DISPEXTERN_H_GROUP} ¶ | ||
| 771 | "{Src}process.h" ¶ | ||
| 772 | "{Src}syssignal.h" ¶ | ||
| 773 | "{Src}systime.h" ¶ | ||
| 774 | "{Includes}utime.h" ¶ | ||
| 775 | "{Src}sysselect.h" ¶ | ||
| 776 | "{Includes}dirent.h" ¶ | ||
| 777 | "{Includes}sys:types.h" | ||
| 778 | |||
| 779 | {Src}term.c.x Ä ¶ | ||
| 780 | {CONFIG_H_GROUP} ¶ | ||
| 781 | "{Src}termchar.h" ¶ | ||
| 782 | "{Src}termopts.h" ¶ | ||
| 783 | "{Src}lisp.h" ¶ | ||
| 784 | "{Src}charset.h" ¶ | ||
| 785 | "{Src}coding.h" ¶ | ||
| 786 | "{Src}ccl.h" ¶ | ||
| 787 | "{Src}frame.h" ¶ | ||
| 788 | "{Src}disptab.h" ¶ | ||
| 789 | "{Src}termhooks.h" ¶ | ||
| 790 | "{Src}keyboard.h" ¶ | ||
| 791 | {DISPEXTERN_H_GROUP} ¶ | ||
| 792 | {WINDOW_H_GROUP} ¶ | ||
| 793 | "{Src}cm.h" ¶ | ||
| 794 | "{Src}macterm.h" ¶ | ||
| 795 | "{Src}macgui.h" ¶ | ||
| 796 | "{Src}frame.h" ¶ | ||
| 797 | {BLOCKINPUT_H_GROUP} | ||
| 798 | |||
| 799 | {Src}termcap.c.x Ä ¶ | ||
| 800 | {CONFIG_H_GROUP} ¶ | ||
| 801 | "{Src}lisp.h" ¶ | ||
| 802 | "{Includes}sys:file.h" | ||
| 803 | |||
| 804 | {Src}terminal.c.x Ä ¶ | ||
| 805 | {CONFIG_H_GROUP} ¶ | ||
| 806 | "{Src}lisp.h" ¶ | ||
| 807 | "{Src}frame.h" ¶ | ||
| 808 | "{Src}termchar.h" ¶ | ||
| 809 | "{Src}termhooks.h" ¶ | ||
| 810 | "{Src}charset.h" ¶ | ||
| 811 | "{Src}coding.h" ¶ | ||
| 812 | "{Src}keyboard.h" | ||
| 813 | |||
| 814 | {Src}textproc.c.x Ä ¶ | ||
| 815 | {CONFIG_H_GROUP} ¶ | ||
| 816 | "{Src}lisp.h" ¶ | ||
| 817 | {INTERVALS_H_GROUP} ¶ | ||
| 818 | "{Src}buffer.h" ¶ | ||
| 819 | {WINDOW_H_GROUP} | ||
| 820 | |||
| 821 | {Src}tparam.c.x Ä ¶ | ||
| 822 | {CONFIG_H_GROUP} ¶ | ||
| 823 | "{Src}lisp.h" | ||
| 824 | |||
| 825 | {Src}undo.c.x Ä ¶ | ||
| 826 | {CONFIG_H_GROUP} ¶ | ||
| 827 | "{Src}lisp.h" ¶ | ||
| 828 | "{Src}buffer.h" ¶ | ||
| 829 | "{Src}commands.h" | ||
| 830 | |||
| 831 | {Src}window.c.x Ä ¶ | ||
| 832 | {CONFIG_H_GROUP} ¶ | ||
| 833 | "{Src}lisp.h" ¶ | ||
| 834 | "{Src}buffer.h" ¶ | ||
| 835 | "{Src}frame.h" ¶ | ||
| 836 | {WINDOW_H_GROUP} ¶ | ||
| 837 | "{Src}commands.h" ¶ | ||
| 838 | "{Src}indent.h" ¶ | ||
| 839 | "{Src}termchar.h" ¶ | ||
| 840 | "{Src}disptab.h" ¶ | ||
| 841 | "{Src}keyboard.h" ¶ | ||
| 842 | {DISPEXTERN_H_GROUP} ¶ | ||
| 843 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 844 | {INTERVALS_H_GROUP} ¶ | ||
| 845 | "{Src}macterm.h" ¶ | ||
| 846 | "{Src}macgui.h" ¶ | ||
| 847 | "{Src}frame.h" | ||
| 848 | |||
| 849 | {Src}xdisp.c.x Ä ¶ | ||
| 850 | {CONFIG_H_GROUP} ¶ | ||
| 851 | "{Src}lisp.h" ¶ | ||
| 852 | "{Src}frame.h" ¶ | ||
| 853 | {WINDOW_H_GROUP} ¶ | ||
| 854 | "{Src}termchar.h" ¶ | ||
| 855 | {DISPEXTERN_H_GROUP} ¶ | ||
| 856 | "{Src}buffer.h" ¶ | ||
| 857 | "{Src}charset.h" ¶ | ||
| 858 | "{Src}indent.h" ¶ | ||
| 859 | "{Src}commands.h" ¶ | ||
| 860 | "{Src}macros.h" ¶ | ||
| 861 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 862 | "{Src}disptab.h" ¶ | ||
| 863 | "{Src}termhooks.h" ¶ | ||
| 864 | {INTERVALS_H_GROUP} ¶ | ||
| 865 | "{Src}keyboard.h" ¶ | ||
| 866 | "{Src}keymap.h" ¶ | ||
| 867 | "{Src}coding.h" ¶ | ||
| 868 | "{Src}ccl.h" ¶ | ||
| 869 | "{Src}process.h" ¶ | ||
| 870 | "{Src}region-cache.h" ¶ | ||
| 871 | "{Src}fontset.h" ¶ | ||
| 872 | "{Src}macterm.h" ¶ | ||
| 873 | "{Src}macgui.h" ¶ | ||
| 874 | "{Src}frame.h" | ||
| 875 | |||
| 876 | {Src}xfaces.c.x Ä ¶ | ||
| 877 | {CONFIG_H_GROUP} ¶ | ||
| 878 | "{Includes}sys:types.h" ¶ | ||
| 879 | "{Includes}sys:stat.h" ¶ | ||
| 880 | "{Src}lisp.h" ¶ | ||
| 881 | "{Src}charset.h" ¶ | ||
| 882 | "{Src}frame.h" ¶ | ||
| 883 | "{Src}fontset.h" ¶ | ||
| 884 | "{Src}macterm.h" ¶ | ||
| 885 | "{Src}macgui.h" ¶ | ||
| 886 | "{Src}frame.h" ¶ | ||
| 887 | "{Src}buffer.h" ¶ | ||
| 888 | {DISPEXTERN_H_GROUP} ¶ | ||
| 889 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 890 | {WINDOW_H_GROUP} ¶ | ||
| 891 | {INTERVALS_H_GROUP} ¶ | ||
| 892 | "{Src}keyboard.h" | ||
| 893 | |||
| 894 | {Src}macmenu.c.x Ä ¶ | ||
| 895 | {CONFIG_H_GROUP} ¶ | ||
| 896 | "{Src}lisp.h" ¶ | ||
| 897 | "{Src}termhooks.h" ¶ | ||
| 898 | "{Src}frame.h" ¶ | ||
| 899 | {WINDOW_H_GROUP} ¶ | ||
| 900 | "{Src}keyboard.h" ¶ | ||
| 901 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 902 | "{Src}buffer.h" ¶ | ||
| 903 | "{Includes}sys:types.h" ¶ | ||
| 904 | {DISPEXTERN_H_GROUP} | ||
| 905 | |||
| 906 | {Src}macselect.c.x Ä ¶ | ||
| 907 | {CONFIG_H_GROUP} ¶ | ||
| 908 | "{Src}lisp.h" ¶ | ||
| 909 | "{Src}macterm.h" ¶ | ||
| 910 | "{Src}macgui.h" ¶ | ||
| 911 | "{Src}frame.h" ¶ | ||
| 912 | "{Src}keymap.h" ¶ | ||
| 913 | {BLOCKINPUT_H_GROUP} | ||
| 914 | |||
| 915 | {Src}mac.c Ä ¶ | ||
| 916 | {CONFIG_H_GROUP} ¶ | ||
| 917 | "{Includes}utime.h" ¶ | ||
| 918 | "{Includes}dirent.h" ¶ | ||
| 919 | "{Includes}sys:types.h" ¶ | ||
| 920 | "{Includes}sys:stat.h" ¶ | ||
| 921 | "{Includes}pwd.h" ¶ | ||
| 922 | "{Includes}sys:types.h" ¶ | ||
| 923 | "{Includes}sys:param.h" ¶ | ||
| 924 | "{Src}lisp.h" ¶ | ||
| 925 | "{Src}process.h" ¶ | ||
| 926 | "{Src}sysselect.h" ¶ | ||
| 927 | "{Src}systime.h" ¶ | ||
| 928 | "{Includes}sys:time.h" ¶ | ||
| 929 | "{Includes}utsname.h" ¶ | ||
| 930 | "{Src}macterm.h" ¶ | ||
| 931 | "{Src}macgui.h" ¶ | ||
| 932 | "{Src}frame.h" ¶ | ||
| 933 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 934 | "{Src}charset.h" ¶ | ||
| 935 | "{Src}coding.h" ¶ | ||
| 936 | "{Src}ccl.h" | ||
| 937 | |||
| 938 | {Src}macfns.c Ä ¶ | ||
| 939 | {CONFIG_H_GROUP} ¶ | ||
| 940 | "{Src}lisp.h" ¶ | ||
| 941 | "{Src}charset.h" ¶ | ||
| 942 | "{Src}macterm.h" ¶ | ||
| 943 | "{Src}macgui.h" ¶ | ||
| 944 | "{Src}frame.h" ¶ | ||
| 945 | "{Src}frame.h" ¶ | ||
| 946 | {WINDOW_H_GROUP} ¶ | ||
| 947 | "{Src}buffer.h" ¶ | ||
| 948 | {DISPEXTERN_H_GROUP} ¶ | ||
| 949 | "{Src}fontset.h" ¶ | ||
| 950 | {INTERVALS_H_GROUP} ¶ | ||
| 951 | "{Src}keyboard.h" ¶ | ||
| 952 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 953 | "{Includes}epaths.h" ¶ | ||
| 954 | "{Src}termhooks.h" ¶ | ||
| 955 | "{Src}coding.h" ¶ | ||
| 956 | "{Src}ccl.h" ¶ | ||
| 957 | "{Src}systime.h" ¶ | ||
| 958 | "{Src}bitmaps:gray.xbm" | ||
| 959 | |||
| 960 | {Src}macterm.c Ä ¶ | ||
| 961 | {CONFIG_H_GROUP} ¶ | ||
| 962 | "{Src}lisp.h" ¶ | ||
| 963 | {BLOCKINPUT_H_GROUP} ¶ | ||
| 964 | "{Src}syssignal.h" ¶ | ||
| 965 | "{Src}macterm.h" ¶ | ||
| 966 | "{Src}macgui.h" ¶ | ||
| 967 | "{Src}frame.h" ¶ | ||
| 968 | "{Includes}alloca.h" ¶ | ||
| 969 | "{Includes}sys:types.h" ¶ | ||
| 970 | "{Src}systty.h" ¶ | ||
| 971 | "{Includes}termio.h" ¶ | ||
| 972 | "{Src}systime.h" ¶ | ||
| 973 | "{Includes}sys:stat.h" ¶ | ||
| 974 | "{Src}charset.h" ¶ | ||
| 975 | "{Src}ccl.h" ¶ | ||
| 976 | "{Src}frame.h" ¶ | ||
| 977 | {DISPEXTERN_H_GROUP} ¶ | ||
| 978 | "{Src}fontset.h" ¶ | ||
| 979 | "{Src}termhooks.h" ¶ | ||
| 980 | "{Src}termopts.h" ¶ | ||
| 981 | "{Src}termchar.h" ¶ | ||
| 982 | "{Src}gnu.h" ¶ | ||
| 983 | "{Src}disptab.h" ¶ | ||
| 984 | "{Src}buffer.h" ¶ | ||
| 985 | {WINDOW_H_GROUP} ¶ | ||
| 986 | "{Src}keyboard.h" ¶ | ||
| 987 | {INTERVALS_H_GROUP} ¶ | ||
| 988 | "{Src}process.h" ¶ | ||
| 989 | "{Src}atimer.h" ¶ | ||
| 990 | "{Src}coding.h" ¶ | ||
| 991 | "{Src}ccl.h" ¶ | ||
| 992 | "{Includes}epaths.h" ¶ | ||
| 993 | "{Src}termhooks.h" ¶ | ||
| 994 | "{Src}coding.h" ¶ | ||
| 995 | "{Src}ccl.h" | ||
| 996 | |||
| 997 | |||
| 998 | #----------------------------------------# | ||
| 999 | # Variables and rules for target "Clean" # | ||
| 1000 | #----------------------------------------# | ||
| 1001 | |||
| 1002 | Clean Ä | ||
| 1003 | Delete -i {EmacsObjects} {MacObjects} | ||
| 1004 | Delete -i "{EmacsTarget}" | ||
| 1005 | Delete -i stdout stderr | ||
| 1006 | Delete -i {Make-DocFile-Objects} {Make-DocFileDir}make-docfile | ||
| 1007 | Delete -i "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r | ||
| 1008 | Delete -i "{NonCarbonMakeOut}" | ||
| 1009 | Delete -i buildobj.lst | ||
| 1010 | |||
| 1011 | DistClean Ä Clean | ||
| 1012 | Delete -i "Emacs CW"Å | ||
| 1013 | Delete -y "emacs Data" | ||
| 1014 | Delete -i emacs.mcp | ||
| 1015 | |||
| 1016 | #--------------------------------------# | ||
| 1017 | # Variables and rules for target "Doc" # | ||
| 1018 | #--------------------------------------# | ||
| 1019 | |||
| 1020 | SOME_MACHINE_OBJECTS = dosfns.o msdos.o ¶ | ||
| 1021 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶ | ||
| 1022 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶ | ||
| 1023 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶ | ||
| 1024 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o | ||
| 1025 | |||
| 1026 | shortlisp = ¶ | ||
| 1027 | {Lisp}abbrev.elc ¶ | ||
| 1028 | {Lisp}buff-menu.elc ¶ | ||
| 1029 | {Lisp}button.elc ¶ | ||
| 1030 | {Lisp}server.elc ¶ | ||
| 1031 | {Lisp}emacs-lisp:byte-run.elc ¶ | ||
| 1032 | {Lisp}cus-face.elc ¶ | ||
| 1033 | {Lisp}cus-start.elc ¶ | ||
| 1034 | {Lisp}custom.elc ¶ | ||
| 1035 | {Lisp}emacs-lisp:backquote.elc ¶ | ||
| 1036 | {Lisp}emacs-lisp:lisp-mode.elc ¶ | ||
| 1037 | {Lisp}emacs-lisp:lisp.elc ¶ | ||
| 1038 | {Lisp}facemenu.elc ¶ | ||
| 1039 | {Lisp}faces.elc ¶ | ||
| 1040 | {Lisp}files.elc ¶ | ||
| 1041 | {Lisp}emacs-lisp:float-sup.elc ¶ | ||
| 1042 | {Lisp}format.elc ¶ | ||
| 1043 | {Lisp}frame.elc ¶ | ||
| 1044 | {Lisp}termdev.elc ¶ | ||
| 1045 | {Lisp}help.elc ¶ | ||
| 1046 | {Lisp}indent.elc ¶ | ||
| 1047 | {Lisp}isearch.elc ¶ | ||
| 1048 | {Lisp}rfn-eshadow.elc ¶ | ||
| 1049 | {Lisp}loadup.el ¶ | ||
| 1050 | {Lisp}loaddefs.el ¶ | ||
| 1051 | {Lisp}bindings.elc ¶ | ||
| 1052 | {Lisp}emacs-lisp:map-ynp.elc ¶ | ||
| 1053 | {Lisp}env.elc ¶ | ||
| 1054 | {Lisp}international:mule.elc ¶ | ||
| 1055 | {Lisp}international:mule-conf.el ¶ | ||
| 1056 | {Lisp}international:mule-cmds.elc ¶ | ||
| 1057 | {Lisp}international:characters.elc ¶ | ||
| 1058 | {Lisp}international:ucs-tables.elc ¶ | ||
| 1059 | {Lisp}international:utf-8.elc ¶ | ||
| 1060 | {Lisp}international:utf-16.elc ¶ | ||
| 1061 | {Lisp}international:latin-1.el ¶ | ||
| 1062 | {Lisp}international:latin-2.el ¶ | ||
| 1063 | {Lisp}international:latin-3.el ¶ | ||
| 1064 | {Lisp}international:latin-4.el ¶ | ||
| 1065 | {Lisp}international:latin-5.el ¶ | ||
| 1066 | {Lisp}international:latin-8.el ¶ | ||
| 1067 | {Lisp}international:latin-9.el ¶ | ||
| 1068 | {Lisp}case-table.elc ¶ | ||
| 1069 | {Lisp}language:chinese.elc ¶ | ||
| 1070 | {Lisp}language:cyrillic.elc ¶ | ||
| 1071 | {Lisp}language:indian.elc ¶ | ||
| 1072 | {Lisp}language:devanagari.el ¶ | ||
| 1073 | {Lisp}language:kannada.el ¶ | ||
| 1074 | {Lisp}language:malayalam.el ¶ | ||
| 1075 | {Lisp}language:tamil.el ¶ | ||
| 1076 | {Lisp}language:english.el ¶ | ||
| 1077 | {Lisp}language:ethiopic.elc ¶ | ||
| 1078 | {Lisp}language:european.elc ¶ | ||
| 1079 | {Lisp}language:czech.el ¶ | ||
| 1080 | {Lisp}language:slovak.el ¶ | ||
| 1081 | {Lisp}language:romanian.el ¶ | ||
| 1082 | {Lisp}language:greek.el ¶ | ||
| 1083 | {Lisp}language:hebrew.el ¶ | ||
| 1084 | {Lisp}language:japanese.el ¶ | ||
| 1085 | {Lisp}language:korean.el ¶ | ||
| 1086 | {Lisp}language:lao.el ¶ | ||
| 1087 | {Lisp}language:thai.el ¶ | ||
| 1088 | {Lisp}language:tibetan.elc ¶ | ||
| 1089 | {Lisp}language:vietnamese.elc ¶ | ||
| 1090 | {Lisp}language:misc-lang.el ¶ | ||
| 1091 | {Lisp}language:utf-8-lang.el ¶ | ||
| 1092 | {Lisp}language:georgian.el ¶ | ||
| 1093 | {Lisp}menu-bar.elc ¶ | ||
| 1094 | {Lisp}paths.el ¶ | ||
| 1095 | {Lisp}register.elc ¶ | ||
| 1096 | {Lisp}replace.elc ¶ | ||
| 1097 | {Lisp}simple.elc ¶ | ||
| 1098 | {Lisp}startup.elc ¶ | ||
| 1099 | {Lisp}subr.elc ¶ | ||
| 1100 | {Lisp}term:tty-colors.elc ¶ | ||
| 1101 | {Lisp}font-core.elc ¶ | ||
| 1102 | {Lisp}emacs-lisp:syntax.elc ¶ | ||
| 1103 | {Lisp}font-lock.elc ¶ | ||
| 1104 | {Lisp}jit-lock.elc ¶ | ||
| 1105 | {Lisp}textmodes:fill.elc ¶ | ||
| 1106 | {Lisp}textmodes:page.elc ¶ | ||
| 1107 | {Lisp}textmodes:paragraphs.elc ¶ | ||
| 1108 | {Lisp}textmodes:text-mode.elc ¶ | ||
| 1109 | {Lisp}emacs-lisp:timer.elc ¶ | ||
| 1110 | {Lisp}vc-hooks.elc ¶ | ||
| 1111 | {Lisp}jka-cmpr-hook.elc ¶ | ||
| 1112 | {Lisp}ediff-hook.elc ¶ | ||
| 1113 | {Lisp}widget.elc ¶ | ||
| 1114 | {Lisp}window.elc ¶ | ||
| 1115 | {Lisp}version.el | ||
| 1116 | |||
| 1117 | SOME_MACHINE_LISP = {Lisp}mouse.elc ¶ | ||
| 1118 | {Lisp}select.elc {Lisp}scroll-bar.elc ¶ | ||
| 1119 | {Lisp}vmsproc.elc {Lisp}vms-patch.elc ¶ | ||
| 1120 | {Lisp}ls-lisp.elc {Lisp}dos-fns.elc ¶ | ||
| 1121 | {Lisp}w32-fns.elc {Lisp}dos-w32.elc ¶ | ||
| 1122 | {Lisp}disp-table.elc {Lisp}dos-vars.elc ¶ | ||
| 1123 | {Lisp}tooltip.elc {Lisp}image.elc ¶ | ||
| 1124 | {Lisp}fringe.elc {Lisp}dnd.elc ¶ | ||
| 1125 | {Lisp}mwheel.elc {Lisp}tool-bar.elc ¶ | ||
| 1126 | {Lisp}x-dnd.elc ¶ | ||
| 1127 | {Lisp}international:ccl.elc ¶ | ||
| 1128 | {Lisp}international:codepage.elc ¶ | ||
| 1129 | {Lisp}international:fontset.elc | ||
| 1130 | |||
| 1131 | Doc Ä {DocTarget}DOC | ||
| 1132 | |||
| 1133 | {DocTarget}DOC Ä {Makefile} {shortlisp} {SOME_MACHINE_LISP} {Make-DocFileDir}Make-DocFile buildobj.lst | ||
| 1134 | {Make-DocFileDir}make-docfile -d {Src} {SOME_MACHINE_OBJECTS} `Catenate buildobj.lst` > {DocTarget}DOC | ||
| 1135 | {Make-DocFileDir}make-docfile -a {DocTarget}DOC -d {Src} {SOME_MACHINE_LISP} {shortlisp} | ||
| 1136 | |||
| 1137 | |||
| 1138 | #-----------------------------------------------# | ||
| 1139 | # Variables and rules for target "Make-DocFile" # | ||
| 1140 | #-----------------------------------------------# | ||
| 1141 | |||
| 1142 | Make-DocFile-Includes = -i :inc: | ||
| 1143 | Make-DocFile-Sym = | ||
| 1144 | |||
| 1145 | Make-DocFile-PPCCOptions = -typecheck relaxed -w off -noMapCR ¶ | ||
| 1146 | -d MAC_OS -d MAC_OS8 ¶ | ||
| 1147 | {Make-DocFile-Includes} {Make-DocFile-Sym} | ||
| 1148 | |||
| 1149 | Make-DocFile-Objects = ¶ | ||
| 1150 | "{Lib-Src}make-docfile.c.x" ¶ | ||
| 1151 | "{Source}chdir.c.x" | ||
| 1152 | |||
| 1153 | Make-DocFile Ä {Make-DocFileDir}Make-DocFile | ||
| 1154 | |||
| 1155 | {Make-DocFileDir}Make-DocFile Ä {Makefile} {Make-DocFile-Objects} | ||
| 1156 | PPCLink ¶ | ||
| 1157 | -o {Make-DocFileDir}Make-DocFile ¶ | ||
| 1158 | {Make-DocFile-Sym} ¶ | ||
| 1159 | {Make-DocFile-Objects} ¶ | ||
| 1160 | -t 'MPST' ¶ | ||
| 1161 | -c 'MPS ' ¶ | ||
| 1162 | "{SharedLibraries}InterfaceLib" ¶ | ||
| 1163 | "{SharedLibraries}StdCLib" ¶ | ||
| 1164 | "{SharedLibraries}MathLib" ¶ | ||
| 1165 | "{PPCLibraries}StdCRuntime.o" ¶ | ||
| 1166 | "{PPCLibraries}PPCCRuntime.o" ¶ | ||
| 1167 | "{PPCLibraries}PPCToolLibs.o" | ||
| 1168 | |||
| 1169 | "{Lib-Src}make-docfile.c.x" Ä {Makefile} "{Lib-Src}make-docfile.c" | ||
| 1170 | {PPCC} "{Lib-Src}make-docfile.c" -o "{Lib-Src}make-docfile.c.x" {Make-DocFile-PPCCOptions} | ||
| 1171 | |||
| 1172 | "{Source}chdir.c.x" Ä {Makefile} "{Source}chdir.c" | ||
| 1173 | {PPCC} "{Source}chdir.c" -o "{Source}chdir.c.x" {Make-DocFile-PPCCOptions} | ||
| 1174 | |||
| 1175 | # arch-tag: c9d9bc1a-142f-41da-b75e-79e0c44ffbb4 | ||
diff --git a/mac/src/EmacsMPW.r b/mac/src/EmacsMPW.r deleted file mode 100644 index a40d9d43bc7..00000000000 --- a/mac/src/EmacsMPW.r +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | /* Resource definitions for GNU Emacs on the Macintosh when building | ||
| 2 | under MPW. | ||
| 3 | |||
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | ||
| 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 6 | |||
| 7 | This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 3, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 22 | Boston, MA 02110-1301, USA. */ | ||
| 23 | |||
| 24 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | ||
| 25 | |||
| 26 | #include "Types.r" | ||
| 27 | #include "CodeFragmentTypes.r" | ||
| 28 | |||
| 29 | resource 'SIZE' (-1) { | ||
| 30 | reserved, | ||
| 31 | acceptSuspendResumeEvents, | ||
| 32 | reserved, | ||
| 33 | canBackground, | ||
| 34 | doesActivateOnFGSwitch, | ||
| 35 | backgroundAndForeground, | ||
| 36 | dontGetFrontClicks, | ||
| 37 | ignoreAppDiedEvents, | ||
| 38 | is32BitCompatible, | ||
| 39 | isHighLevelEventAware, | ||
| 40 | onlyLocalHLEvents, | ||
| 41 | notStationeryAware, | ||
| 42 | dontUseTextEditServices, | ||
| 43 | reserved, | ||
| 44 | reserved, | ||
| 45 | reserved, | ||
| 46 | 33554432, | ||
| 47 | 16777216 | ||
| 48 | }; | ||
| 49 | |||
| 50 | #ifdef HAVE_CARBON | ||
| 51 | resource 'cfrg' (0) { | ||
| 52 | { | ||
| 53 | kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum, | ||
| 54 | 311296, /* 48K (default) + 256K (EXTRA_STACK_ALLOC in macterm.c) */ | ||
| 55 | kNoAppSubFolder, | ||
| 56 | kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF, | ||
| 57 | "", | ||
| 58 | } | ||
| 59 | }; | ||
| 60 | #endif | ||
| @@ -338,7 +338,7 @@ for subdir in lisp site-lisp \ | |||
| 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/inc mac/inc/sys 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 | do | 344 | do |
| @@ -538,15 +538,7 @@ echo "Making links to \`nt/icons'" | |||
| 538 | 538 | ||
| 539 | echo "Making links to \`mac'" | 539 | echo "Making links to \`mac'" |
| 540 | (cd mac | 540 | (cd mac |
| 541 | ln ChangeLog INSTALL README make-package *.xml *.MPW ../${tempdir}/mac) | 541 | ln ChangeLog INSTALL README make-package ../${tempdir}/mac) |
| 542 | |||
| 543 | echo "Making links to \`mac/inc'" | ||
| 544 | (cd mac/inc | ||
| 545 | ln [a-z]*.h ../../${tempdir}/mac/inc) | ||
| 546 | |||
| 547 | echo "Making links to \`mac/inc/sys'" | ||
| 548 | (cd mac/inc/sys | ||
| 549 | ln [a-z]*.h ../../../${tempdir}/mac/inc/sys) | ||
| 550 | 542 | ||
| 551 | echo "Making links to \`mac/src'" | 543 | echo "Making links to \`mac/src'" |
| 552 | (cd mac/src | 544 | (cd mac/src |