Fix bogus crash with -DENABLE_CHECKING.
[emacs.git] / mac / makefile.MPW
blob6dc10cbbc8196f7d26be02813d8f94c20ed9ff8a
1 #    Make file for building GNU Emacs on the Macintosh.
2 #    Copyright (C) 1999, 2000, 2002, 2003, 2004,
3 #       2005, 2006 Free Software Foundation, Inc.
5 #    Author: Andrew Choi <akochoi@users.sourceforge.net>
7 # This file is part of GNU Emacs.
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 2, or (at your option)
12 # any later version.
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.
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.  */
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".
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
40 Makefile = makefile.MPW                 # self reference
41 NonCarbonMakeOut = NonCarbon.MakeOut    # temporary file for non-Carbon build script
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
47 # The -noMapCR options and the two -d's must not be removed.
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}
54 LinkOptions = {SymOption} -d
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"
63 # The list all object files from the GNU Emacs 21.0 distribution.
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"
130 # The list of object files generated from new source files of the Macintosh port.
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"
139 StdLibraries = ¶
140         "{SharedLibraries}CarbonLib" ¶
141         "{SharedLibraries}StdCLib" ¶
142         "{PPCLibraries}StdCRuntime.o" ¶
143         "{PPCLibraries}PPCCRuntime.o"
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"
157 # The next two are the dependency rules for building Emacs.
159 Emacs ÄÄ {Makefile} buildobj.lst {DocTarget}DOC {EmacsObjects} {MacObjects}
160         PPCLink ¶
161                 {LinkOptions} ¶
162                 {EmacsObjects} {MacObjects} ¶
163                 {StdLibraries} ¶
164                 -o "{EmacsTarget}"
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
171 NonCarbon Ä
172         Make -f "{Makefile}" -d CarbonOption="" -d StdLibraries='{NonCarbonLibs}' > "{NonCarbonMakeOut}"
173         "{NonCarbonMakeOut}"
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.
179 "{Source}"Emacs.maclf.r Ä "{Source}"Emacs.r
180         translate ¶0x0a ¶n < "{Source}"Emacs.r > "{Source}"Emacs.maclf.r
182 "{Source}"EmacsMPW.maclf.r Ä "{Source}"EmacsMPW.r
183         translate ¶0x0a ¶n < "{Source}"EmacsMPW.r > "{Source}"EmacsMPW.maclf.r
185 buildobj.lst Ä
186         Echo "{EmacsObjects} {MacObjects}" | StreamEdit -e '1,$ Replace -c ° /[ ]*:([Â: ]*)¨1.c.x/ ¨1".o"' > buildobj.lst
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.
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"
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"
214 {Src}alloca.c.x Ä ¶
215         {CONFIG_H_GROUP} ¶
216         "{Src}lisp.h" ¶
217         {BLOCKINPUT_H_GROUP}
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"
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"
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"
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}
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"
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"
290 {Src}casetab.c.x Ä ¶
291         {CONFIG_H_GROUP} ¶
292         "{Src}lisp.h" ¶
293         "{Src}buffer.h" ¶
294         "{Src}charset.h"
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"
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"
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"
320 {Src}cm.c.x Ä ¶
321         {CONFIG_H_GROUP} ¶
322         "{Src}cm.h" ¶
323         "{Src}termhooks.h"
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}
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}
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}
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"
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"
378 {Src}dispnew.c.x Ä ¶
379         {CONFIG_H_GROUP} ¶
380         "{Src}lisp.h" ¶
381         "{Src}termchar.h" ¶
382         "{Src}termopts.h" ¶
383         "{Src}termhooks.h" ¶
384         {DISPEXTERN_H_GROUP} ¶
385         "{Src}cm.h" ¶
386         "{Src}buffer.h" ¶
387         "{Src}charset.h" ¶
388         {WINDOW_H_GROUP} ¶
389         "{Src}commands.h" ¶
390         "{Src}disptab.h" ¶
391         "{Src}indent.h" ¶
392         {INTERVALS_H_GROUP} ¶
393         {BLOCKINPUT_H_GROUP} ¶
394         "{Src}process.h" ¶
395         "{Src}keyboard.h" ¶
396         "{Src}syssignal.h" ¶
397         "{Src}macterm.h" ¶
398                 "{Src}macgui.h" ¶
399                 "{Src}frame.h" ¶
400         "{Src}systime.h"
402 {Src}doc.c.x Ä ¶
403         {CONFIG_H_GROUP} ¶
404         "{Includes}sys:types.h" ¶
405         "{Includes}sys:file.h" ¶
406         "{Src}lisp.h" ¶
407         "{Src}buffer.h" ¶
408         "{Src}keyboard.h" ¶
409         "{Src}charset.h"
411 {Src}doprnt.c.x Ä ¶
412         {CONFIG_H_GROUP} ¶
413         "{Src}lisp.h" ¶
414         "{Src}charset.h"
416 {Src}editfns.c.x Ä ¶
417         {CONFIG_H_GROUP} ¶
418         "{Includes}sys:types.h" ¶
419         "{Includes}pwd.h" ¶
420         "{Src}lisp.h" ¶
421         {INTERVALS_H_GROUP} ¶
422         "{Src}buffer.h" ¶
423         "{Src}charset.h" ¶
424         "{Src}coding.h" ¶
425         "{Src}ccl.h" ¶
426         {WINDOW_H_GROUP} ¶
427         "{Src}systime.h" ¶
428                 "{Includes}sys:time.h"
430 {Src}emacs.c.x Ä ¶
431         {CONFIG_H_GROUP} ¶
432         "{Includes}sys:types.h" ¶
433         "{Includes}sys:file.h" ¶
434                 "{Includes}sys:types.h" ¶
435                 "{Includes}sys:stat.h" ¶
436         "{Src}lisp.h" ¶
437         "{Src}commands.h" ¶
438         {INTERVALS_H_GROUP} ¶
439         "{Src}buffer.h" ¶
440         "{Src}systty.h" ¶
441                 "{Includes}termio.h" ¶
442         {BLOCKINPUT_H_GROUP} ¶
443         "{Src}syssignal.h" ¶
444         "{Src}process.h" ¶
445         "{Src}termhooks.h" ¶
446         "{Src}keyboard.h" ¶
447         "{Src}frame.h"
449 {Src}eval.c.x Ä ¶
450         {CONFIG_H_GROUP} ¶
451         "{Src}lisp.h" ¶
452         {BLOCKINPUT_H_GROUP} ¶
453         "{Src}commands.h" ¶
454         "{Src}keyboard.h" ¶
455         {DISPEXTERN_H_GROUP}
457 {Src}fileio.c.x Ä ¶
458         {CONFIG_H_GROUP} ¶
459         "{Includes}sys:types.h" ¶
460         "{Includes}sys:stat.h" ¶
461         "{Includes}pwd.h" ¶
462         "{Src}lisp.h" ¶
463         {INTERVALS_H_GROUP} ¶
464         "{Src}buffer.h" ¶
465         "{Src}charset.h" ¶
466         "{Src}coding.h" ¶
467                 "{Src}ccl.h" ¶
468         {WINDOW_H_GROUP} ¶
469         "{Src}systime.h" ¶
470                 "{Includes}sys:time.h" ¶
471         "{Src}commands.h"
473 {Src}filemode.c.x Ä ¶
474         {CONFIG_H_GROUP} ¶
475         "{Includes}sys:types.h" ¶
476         "{Includes}sys:stat.h"
478 {Src}floatfns.c.x Ä ¶
479         {CONFIG_H_GROUP} ¶
480         "{Src}lisp.h" ¶
481         "{Src}syssignal.h"
483 {Src}fns.c.x Ä ¶
484         {CONFIG_H_GROUP} ¶
485         "{Src}lisp.h" ¶
486         "{Src}commands.h" ¶
487         "{Src}charset.h" ¶
488         "{Src}buffer.h" ¶
489         "{Src}keyboard.h" ¶
490         {INTERVALS_H_GROUP} ¶
491         "{Src}frame.h" ¶
492         {WINDOW_H_GROUP}
494 {Src}fontset.c.x Ä ¶
495         {CONFIG_H_GROUP} ¶
496         "{Src}lisp.h" ¶
497         "{Src}buffer.h" ¶
498         "{Src}charset.h" ¶
499         "{Src}ccl.h" ¶
500         "{Src}frame.h" ¶
501         {DISPEXTERN_H_GROUP} ¶
502         "{Src}fontset.h" ¶
503         {WINDOW_H_GROUP}
505 {Src}frame.c.x Ä ¶
506         {CONFIG_H_GROUP} ¶
507         "{Src}lisp.h" ¶
508         "{Src}charset.h" ¶
509         "{Src}fontset.h" ¶
510         "{Src}macterm.h" ¶
511                 "{Src}macgui.h" ¶
512                 "{Src}frame.h" ¶
513         "{Src}frame.h" ¶
514         "{Src}fontset.h" ¶
515         "{Src}termhooks.h" ¶
516         {BLOCKINPUT_H_GROUP} ¶
517         {DISPEXTERN_H_GROUP} ¶
518         {WINDOW_H_GROUP} ¶
519         "{Src}buffer.h" ¶
520         "{Src}commands.h" ¶
521         "{Src}keyboard.h"
523 {Src}fringe.c.x Ä ¶
524         {CONFIG_H_GROUP} ¶
525         "{Src}lisp.h" ¶
526         "{Src}frame.h" ¶
527         {WINDOW_H_GROUP} ¶
528         "{Src}buffer.h" ¶
529         {BLOCKINPUT_H_GROUP}
531 {Src}getloadavg.c.x Ä ¶
532         {CONFIG_H_GROUP} ¶
533         "{Includes}sys:types.h"
535 {Src}image.c.x Ä ¶
536         {CONFIG_H_GROUP} ¶
537         "{Src}lisp.h" ¶
538         "{Src}frame.h" ¶
539         {WINDOW_H_GROUP} ¶
540         {DISPEXTERN_H_GROUP} ¶
541         {BLOCKINPUT_H_GROUP} ¶
542         "{Includes}epaths.h" ¶
543         "{Src}macterm.h" ¶
544                 "{Src}macgui.h" ¶
545                 "{Src}frame.h" ¶
546         "{Includes}sys:stat.h" ¶
547         "{Includes}alloca.h" ¶
548         "{Includes}sys:param.h"
550 {Src}indent.c.x Ä ¶
551         {CONFIG_H_GROUP} ¶
552         "{Src}lisp.h" ¶
553         "{Src}buffer.h" ¶
554         "{Src}charset.h" ¶
555         "{Src}category.h" ¶
556         "{Src}indent.h" ¶
557         "{Src}frame.h" ¶
558         {WINDOW_H_GROUP} ¶
559         "{Src}termchar.h" ¶
560         "{Src}termopts.h" ¶
561         "{Src}disptab.h" ¶
562         {INTERVALS_H_GROUP} ¶
563         "{Src}region-cache.h"
565 {Src}insdel.c.x Ä ¶
566         {CONFIG_H_GROUP} ¶
567         "{Src}lisp.h" ¶
568         {INTERVALS_H_GROUP} ¶
569         "{Src}buffer.h" ¶
570         "{Src}charset.h" ¶
571         {WINDOW_H_GROUP} ¶
572         {BLOCKINPUT_H_GROUP} ¶
573         "{Src}region-cache.h"
575 {Src}intervals.c.x Ä ¶
576         {CONFIG_H_GROUP} ¶
577         "{Src}lisp.h" ¶
578         {INTERVALS_H_GROUP} ¶
579         "{Src}buffer.h" ¶
580         "{Src}puresize.h" ¶
581         "{Src}keyboard.h"
583 {Src}keyboard.c.x Ä ¶
584         {CONFIG_H_GROUP} ¶
585         "{Src}termchar.h" ¶
586         "{Src}termopts.h" ¶
587         "{Src}lisp.h" ¶
588         "{Src}termhooks.h" ¶
589         "{Src}macros.h" ¶
590         "{Src}frame.h" ¶
591         {WINDOW_H_GROUP} ¶
592         "{Src}commands.h" ¶
593         "{Src}buffer.h" ¶
594         "{Src}charset.h" ¶
595         {DISPEXTERN_H_GROUP} ¶
596         "{Src}keyboard.h" ¶
597         "{Src}syntax.h" ¶
598         {INTERVALS_H_GROUP} ¶
599         {BLOCKINPUT_H_GROUP} ¶
600         "{Src}puresize.h" ¶
601         "{Src}systime.h" ¶
602         "{Src}atimer.h" ¶
603         "{Includes}sys:ioctl.h" ¶
604         "{Src}syssignal.h" ¶
605         "{Src}systty.h" ¶
606                 "{Includes}termio.h" ¶
607         "{Includes}sys:types.h" ¶
608         "{Src}macterm.h" ¶
609                 "{Src}macgui.h" ¶
610                 "{Src}frame.h" ¶
611         "{Src}systime.h"
613 {Src}keymap.c.x Ä ¶
614         {CONFIG_H_GROUP} ¶
615         "{Src}lisp.h" ¶
616         "{Src}commands.h" ¶
617         "{Src}buffer.h" ¶
618         "{Src}charset.h" ¶
619         "{Src}keyboard.h" ¶
620         "{Src}termhooks.h" ¶
621         {BLOCKINPUT_H_GROUP} ¶
622         "{Src}puresize.h" ¶
623         {INTERVALS_H_GROUP}
625 {Src}lastfile.c.x Ä ¶
626         {CONFIG_H_GROUP}
628 {Src}lread.c.x Ä ¶
629         {CONFIG_H_GROUP} ¶
630         "{Includes}sys:types.h" ¶
631         "{Includes}sys:stat.h" ¶
632         "{Includes}sys:file.h" ¶
633         "{Src}lisp.h" ¶
634         {INTERVALS_H_GROUP} ¶
635         "{Src}buffer.h" ¶
636         "{Src}charset.h" ¶
637         "{Includes}epaths.h" ¶
638         "{Src}commands.h" ¶
639         "{Src}keyboard.h" ¶
640         "{Src}termhooks.h"
642 {Src}macros.c.x Ä ¶
643         {CONFIG_H_GROUP} ¶
644         "{Src}lisp.h" ¶
645         "{Src}macros.h" ¶
646         "{Src}commands.h" ¶
647         "{Src}buffer.h" ¶
648         {WINDOW_H_GROUP} ¶
649         "{Src}keyboard.h"
651 {Src}marker.c.x Ä ¶
652         {CONFIG_H_GROUP} ¶
653         "{Src}lisp.h" ¶
654         "{Src}buffer.h" ¶
655         "{Src}charset.h"
657 {Src}minibuf.c.x Ä ¶
658         {CONFIG_H_GROUP} ¶
659         "{Src}lisp.h" ¶
660         "{Src}commands.h" ¶
661         "{Src}buffer.h" ¶
662         "{Src}charset.h" ¶
663         {DISPEXTERN_H_GROUP} ¶
664         "{Src}frame.h" ¶
665         {WINDOW_H_GROUP} ¶
666         "{Src}syntax.h" ¶
667         "{Src}keyboard.h"
669 {Src}mktime.c.x Ä ¶
670         {CONFIG_H_GROUP} ¶
671         "{Includes}sys:types.h"
673 {Src}print.c.x Ä ¶
674         {CONFIG_H_GROUP} ¶
675         "{Src}lisp.h" ¶
676         "{Src}buffer.h" ¶
677         "{Src}charset.h" ¶
678         "{Src}frame.h" ¶
679         {WINDOW_H_GROUP} ¶
680         "{Src}process.h" ¶
681         {DISPEXTERN_H_GROUP} ¶
682         "{Src}termchar.h" ¶
683         "{Src}keyboard.h" ¶
684         {INTERVALS_H_GROUP}
686 {Src}process.c.x Ä ¶
687         {CONFIG_H_GROUP} ¶
688         "{Includes}sys:types.h" ¶
689         "{Src}lisp.h" ¶
690         "{Src}systime.h" ¶
691                 "{Includes}sys:time.h" ¶
692         "{Src}charset.h" ¶
693         "{Src}coding.h" ¶
694                 "{Src}ccl.h" ¶
695         "{Src}termopts.h" ¶
696         "{Src}sysselect.h"
698 {Src}regex.c.x Ä ¶
699         {CONFIG_H_GROUP} ¶
700         "{Includes}sys:types.h" ¶
701         "{Src}lisp.h" ¶
702         "{Src}buffer.h" ¶
703         "{Src}syntax.h" ¶
704         "{Src}charset.h" ¶
705         "{Src}category.h" ¶
706         "{Src}regex.h"
708 {Src}region-cache.c.x Ä ¶
709         {CONFIG_H_GROUP} ¶
710         "{Src}lisp.h" ¶
711         "{Src}buffer.h" ¶
712         "{Src}region-cache.h"
714 {Src}scroll.c.x Ä ¶
715         {CONFIG_H_GROUP} ¶
716         "{Src}termchar.h" ¶
717         "{Src}lisp.h" ¶
718         {DISPEXTERN_H_GROUP} ¶
719         "{Src}frame.h" ¶
720         {WINDOW_H_GROUP}
722 {Src}search.c.x Ä ¶
723         {CONFIG_H_GROUP} ¶
724         "{Src}lisp.h" ¶
725         "{Src}syntax.h" ¶
726         "{Src}category.h" ¶
727         "{Src}buffer.h" ¶
728         "{Src}charset.h" ¶
729         "{Src}region-cache.h" ¶
730         "{Src}commands.h" ¶
731         {BLOCKINPUT_H_GROUP} ¶
732         {INTERVALS_H_GROUP} ¶
733         "{Includes}sys:types.h" ¶
734         "{Src}regex.h"
736 {Src}strftime.c.x Ä ¶
737         {CONFIG_H_GROUP} ¶
738         "{Includes}sys:types.h" ¶
739         "{Includes}sys:time.h"
741 {Src}syntax.c.x Ä ¶
742         {CONFIG_H_GROUP} ¶
743         "{Src}lisp.h" ¶
744         "{Src}commands.h" ¶
745         "{Src}buffer.h" ¶
746         "{Src}charset.h" ¶
747         "{Src}syntax.h" ¶
748         {INTERVALS_H_GROUP} ¶
749         "{Src}category.h"
751 {Src}sysdep.c.x Ä ¶
752         {CONFIG_H_GROUP} ¶
753         "{Src}lisp.h" ¶
754         {BLOCKINPUT_H_GROUP} ¶
755         "{Includes}sys:types.h" ¶
756         "{Includes}sys:stat.h" ¶
757         "{Includes}sys:ioctl.h" ¶
758         "{Src}syswait.h" ¶
759                 "{Includes}sys:types.h" ¶
760         "{Src}frame.h" ¶
761         {WINDOW_H_GROUP} ¶
762         "{Src}termhooks.h" ¶
763         "{Src}termchar.h" ¶
764         "{Src}termopts.h" ¶
765         {DISPEXTERN_H_GROUP} ¶
766         "{Src}process.h" ¶
767         "{Src}syssignal.h" ¶
768         "{Src}systime.h" ¶
769         "{Includes}utime.h" ¶
770         "{Src}sysselect.h" ¶
771         "{Includes}dirent.h" ¶
772                 "{Includes}sys:types.h"
774 {Src}term.c.x Ä ¶
775         {CONFIG_H_GROUP} ¶
776         "{Src}termchar.h" ¶
777         "{Src}termopts.h" ¶
778         "{Src}lisp.h" ¶
779         "{Src}charset.h" ¶
780         "{Src}coding.h" ¶
781                 "{Src}ccl.h" ¶
782         "{Src}frame.h" ¶
783         "{Src}disptab.h" ¶
784         "{Src}termhooks.h" ¶
785         "{Src}keyboard.h" ¶
786         {DISPEXTERN_H_GROUP} ¶
787         {WINDOW_H_GROUP} ¶
788         "{Src}cm.h" ¶
789         "{Src}macterm.h" ¶
790                 "{Src}macgui.h" ¶
791                 "{Src}frame.h"
793 {Src}termcap.c.x Ä ¶
794         {CONFIG_H_GROUP} ¶
795         "{Src}lisp.h" ¶
796         "{Includes}sys:file.h"
798 {Src}terminal.c.x Ä ¶
799         {CONFIG_H_GROUP} ¶
800         "{Src}lisp.h" ¶
801         "{Src}frame.h" ¶
802         "{Src}termchar.h" ¶
803         "{Src}termhooks.h" ¶
804         "{Src}charset.h" ¶
805         "{Src}coding.h" ¶
806         "{Src}keyboard.h"
808 {Src}textproc.c.x Ä ¶
809         {CONFIG_H_GROUP} ¶
810         "{Src}lisp.h" ¶
811         {INTERVALS_H_GROUP} ¶
812         "{Src}buffer.h" ¶
813         {WINDOW_H_GROUP}
815 {Src}tparam.c.x Ä ¶
816         {CONFIG_H_GROUP} ¶
817         "{Src}lisp.h"
819 {Src}undo.c.x Ä ¶
820         {CONFIG_H_GROUP} ¶
821         "{Src}lisp.h" ¶
822         "{Src}buffer.h" ¶
823         "{Src}commands.h"
825 {Src}window.c.x Ä ¶
826         {CONFIG_H_GROUP} ¶
827         "{Src}lisp.h" ¶
828         "{Src}buffer.h" ¶
829         "{Src}frame.h" ¶
830         {WINDOW_H_GROUP} ¶
831         "{Src}commands.h" ¶
832         "{Src}indent.h" ¶
833         "{Src}termchar.h" ¶
834         "{Src}disptab.h" ¶
835         "{Src}keyboard.h" ¶
836         {DISPEXTERN_H_GROUP} ¶
837         {BLOCKINPUT_H_GROUP} ¶
838         {INTERVALS_H_GROUP} ¶
839         "{Src}macterm.h" ¶
840                 "{Src}macgui.h" ¶
841                 "{Src}frame.h"
843 {Src}xdisp.c.x Ä ¶
844         {CONFIG_H_GROUP} ¶
845         "{Src}lisp.h" ¶
846         "{Src}frame.h" ¶
847         {WINDOW_H_GROUP} ¶
848         "{Src}termchar.h" ¶
849         {DISPEXTERN_H_GROUP} ¶
850         "{Src}buffer.h" ¶
851         "{Src}charset.h" ¶
852         "{Src}indent.h" ¶
853         "{Src}commands.h" ¶
854         "{Src}macros.h" ¶
855         {BLOCKINPUT_H_GROUP} ¶
856         "{Src}disptab.h" ¶
857         "{Src}termhooks.h" ¶
858         {INTERVALS_H_GROUP} ¶
859         "{Src}keyboard.h" ¶
860         "{Src}keymap.h" ¶
861         "{Src}coding.h" ¶
862                 "{Src}ccl.h" ¶
863         "{Src}process.h" ¶
864         "{Src}region-cache.h" ¶
865         "{Src}fontset.h" ¶
866         "{Src}macterm.h" ¶
867                 "{Src}macgui.h" ¶
868                 "{Src}frame.h"
870 {Src}xfaces.c.x Ä ¶
871         {CONFIG_H_GROUP} ¶
872         "{Includes}sys:types.h" ¶
873         "{Includes}sys:stat.h" ¶
874         "{Src}lisp.h" ¶
875         "{Src}charset.h" ¶
876         "{Src}frame.h" ¶
877         "{Src}fontset.h" ¶
878         "{Src}macterm.h" ¶
879                 "{Src}macgui.h" ¶
880                 "{Src}frame.h" ¶
881         "{Src}buffer.h" ¶
882         {DISPEXTERN_H_GROUP} ¶
883         {BLOCKINPUT_H_GROUP} ¶
884         {WINDOW_H_GROUP} ¶
885         {INTERVALS_H_GROUP} ¶
886         "{Src}keyboard.h"
888 {Src}macmenu.c.x Ä ¶
889         {CONFIG_H_GROUP} ¶
890         "{Src}lisp.h" ¶
891         "{Src}termhooks.h" ¶
892         "{Src}frame.h" ¶
893         {WINDOW_H_GROUP} ¶
894         "{Src}keyboard.h" ¶
895         {BLOCKINPUT_H_GROUP} ¶
896         "{Src}buffer.h" ¶
897         "{Includes}sys:types.h" ¶
898         {DISPEXTERN_H_GROUP}
900 {Src}macselect.c.x Ä ¶
901         {CONFIG_H_GROUP} ¶
902         "{Src}lisp.h" ¶
903         "{Src}macterm.h" ¶
904                 "{Src}macgui.h" ¶
905                 "{Src}frame.h" ¶
906         "{Src}keymap.h" ¶
907         {BLOCKINPUT_H_GROUP}
909 {Src}mac.c Ä ¶
910         {CONFIG_H_GROUP} ¶
911         "{Includes}utime.h" ¶
912         "{Includes}dirent.h" ¶
913                 "{Includes}sys:types.h" ¶
914         "{Includes}sys:stat.h" ¶
915         "{Includes}pwd.h" ¶
916                 "{Includes}sys:types.h" ¶
917         "{Includes}sys:param.h" ¶
918         "{Src}lisp.h" ¶
919         "{Src}process.h" ¶
920         "{Src}sysselect.h" ¶
921         "{Src}systime.h" ¶
922                 "{Includes}sys:time.h" ¶
923         "{Includes}utsname.h" ¶
924         "{Src}macterm.h" ¶
925                 "{Src}macgui.h" ¶
926                 "{Src}frame.h" ¶
927         {BLOCKINPUT_H_GROUP} ¶
928         "{Src}charset.h" ¶
929         "{Src}coding.h" ¶
930                 "{Src}ccl.h"
932 {Src}macfns.c Ä ¶
933         {CONFIG_H_GROUP} ¶
934         "{Src}lisp.h" ¶
935         "{Src}charset.h" ¶
936         "{Src}macterm.h" ¶
937                 "{Src}macgui.h" ¶
938                 "{Src}frame.h" ¶
939         "{Src}frame.h" ¶
940         {WINDOW_H_GROUP} ¶
941         "{Src}buffer.h" ¶
942         {DISPEXTERN_H_GROUP} ¶
943         "{Src}fontset.h" ¶
944         {INTERVALS_H_GROUP} ¶
945         "{Src}keyboard.h" ¶
946         {BLOCKINPUT_H_GROUP} ¶
947         "{Includes}epaths.h" ¶
948         "{Src}termhooks.h" ¶
949         "{Src}coding.h" ¶
950                 "{Src}ccl.h" ¶
951         "{Src}systime.h" ¶
952         "{Src}bitmaps:gray.xbm"
954 {Src}macterm.c Ä ¶
955         {CONFIG_H_GROUP} ¶
956         "{Src}lisp.h" ¶
957         {BLOCKINPUT_H_GROUP} ¶
958         "{Src}syssignal.h" ¶
959         "{Src}macterm.h" ¶
960                 "{Src}macgui.h" ¶
961                 "{Src}frame.h" ¶
962         "{Includes}alloca.h" ¶
963         "{Includes}sys:types.h" ¶
964         "{Src}systty.h" ¶
965                 "{Includes}termio.h" ¶
966         "{Src}systime.h" ¶
967         "{Includes}sys:stat.h" ¶
968         "{Src}charset.h" ¶
969         "{Src}ccl.h" ¶
970         "{Src}frame.h" ¶
971         {DISPEXTERN_H_GROUP} ¶
972         "{Src}fontset.h" ¶
973         "{Src}termhooks.h" ¶
974         "{Src}termopts.h" ¶
975         "{Src}termchar.h" ¶
976         "{Src}gnu.h" ¶
977         "{Src}disptab.h" ¶
978         "{Src}buffer.h" ¶
979         {WINDOW_H_GROUP} ¶
980         "{Src}keyboard.h" ¶
981         {INTERVALS_H_GROUP} ¶
982         "{Src}process.h" ¶
983         "{Src}atimer.h" ¶
984         "{Src}coding.h" ¶
985                 "{Src}ccl.h" ¶
986         "{Includes}epaths.h" ¶
987         "{Src}termhooks.h" ¶
988         "{Src}coding.h" ¶
989                 "{Src}ccl.h"
992 #----------------------------------------#
993 # Variables and rules for target "Clean" #
994 #----------------------------------------#
996 Clean Ä
997         Delete -i {EmacsObjects} {MacObjects}
998         Delete -i "{EmacsTarget}"
999         Delete -i stdout stderr
1000         Delete -i {Make-DocFile-Objects} {Make-DocFileDir}make-docfile
1001         Delete -i "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r
1002         Delete -i "{NonCarbonMakeOut}"
1003         Delete -i buildobj.lst
1005 DistClean Ä Clean
1006         Delete -i "Emacs CW"Å
1007         Delete -y "emacs Data"
1008         Delete -i emacs.mcp
1010 #--------------------------------------#
1011 # Variables and rules for target "Doc" #
1012 #--------------------------------------#
1014 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o ¶
1015   xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶
1016   mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶
1017   w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶
1018   w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
1020 shortlisp = ¶
1021         {Lisp}abbrev.elc ¶
1022         {Lisp}buff-menu.elc ¶
1023         {Lisp}button.elc ¶
1024         {Lisp}server.elc ¶
1025         {Lisp}emacs-lisp:byte-run.elc ¶
1026         {Lisp}cus-face.elc ¶
1027         {Lisp}cus-start.elc ¶
1028         {Lisp}custom.elc ¶
1029         {Lisp}emacs-lisp:backquote.elc ¶
1030         {Lisp}emacs-lisp:lisp-mode.elc ¶
1031         {Lisp}emacs-lisp:lisp.elc ¶
1032         {Lisp}facemenu.elc ¶
1033         {Lisp}faces.elc ¶
1034         {Lisp}files.elc ¶
1035         {Lisp}emacs-lisp:float-sup.elc ¶
1036         {Lisp}format.elc ¶
1037         {Lisp}frame.elc ¶
1038         {Lisp}termdev.elc ¶
1039         {Lisp}help.elc ¶
1040         {Lisp}indent.elc ¶
1041         {Lisp}isearch.elc ¶
1042         {Lisp}rfn-eshadow.elc ¶
1043         {Lisp}loadup.el ¶
1044         {Lisp}loaddefs.el ¶
1045         {Lisp}bindings.elc ¶
1046         {Lisp}emacs-lisp:map-ynp.elc ¶
1047         {Lisp}env.elc ¶
1048         {Lisp}international:mule.elc ¶
1049         {Lisp}international:mule-conf.el ¶
1050         {Lisp}international:mule-cmds.elc ¶
1051         {Lisp}international:characters.elc ¶
1052         {Lisp}international:ucs-tables.elc ¶
1053         {Lisp}international:utf-8.elc ¶
1054         {Lisp}international:utf-16.elc ¶
1055         {Lisp}international:latin-1.el ¶
1056         {Lisp}international:latin-2.el ¶
1057         {Lisp}international:latin-3.el ¶
1058         {Lisp}international:latin-4.el ¶
1059         {Lisp}international:latin-5.el ¶
1060         {Lisp}international:latin-8.el ¶
1061         {Lisp}international:latin-9.el ¶
1062         {Lisp}case-table.elc ¶
1063         {Lisp}language:chinese.elc ¶
1064         {Lisp}language:cyrillic.elc ¶
1065         {Lisp}language:indian.elc ¶
1066         {Lisp}language:devanagari.el ¶
1067         {Lisp}language:kannada.el ¶
1068         {Lisp}language:malayalam.el ¶
1069         {Lisp}language:tamil.el ¶
1070         {Lisp}language:english.el ¶
1071         {Lisp}language:ethiopic.elc ¶
1072         {Lisp}language:european.elc ¶
1073         {Lisp}language:czech.el ¶
1074         {Lisp}language:slovak.el ¶
1075         {Lisp}language:romanian.el ¶
1076         {Lisp}language:greek.el ¶
1077         {Lisp}language:hebrew.el ¶
1078         {Lisp}language:japanese.el ¶
1079         {Lisp}language:korean.el ¶
1080         {Lisp}language:lao.el ¶
1081         {Lisp}language:thai.el ¶
1082         {Lisp}language:tibetan.elc ¶
1083         {Lisp}language:vietnamese.elc ¶
1084         {Lisp}language:misc-lang.el ¶
1085         {Lisp}language:utf-8-lang.el ¶
1086         {Lisp}language:georgian.el ¶
1087         {Lisp}menu-bar.elc ¶
1088         {Lisp}paths.el ¶
1089         {Lisp}register.elc ¶
1090         {Lisp}replace.elc ¶
1091         {Lisp}simple.elc ¶
1092         {Lisp}startup.elc ¶
1093         {Lisp}subr.elc ¶
1094         {Lisp}term:tty-colors.elc ¶
1095         {Lisp}font-core.elc ¶
1096         {Lisp}emacs-lisp:syntax.elc ¶
1097         {Lisp}font-lock.elc ¶
1098         {Lisp}jit-lock.elc ¶
1099         {Lisp}textmodes:fill.elc ¶
1100         {Lisp}textmodes:page.elc ¶
1101         {Lisp}textmodes:paragraphs.elc ¶
1102         {Lisp}textmodes:text-mode.elc ¶
1103         {Lisp}emacs-lisp:timer.elc ¶
1104         {Lisp}vc-hooks.elc ¶
1105         {Lisp}jka-cmpr-hook.elc ¶
1106         {Lisp}ediff-hook.elc ¶
1107         {Lisp}widget.elc ¶
1108         {Lisp}window.elc ¶
1109         {Lisp}version.el
1111 SOME_MACHINE_LISP = {Lisp}mouse.elc ¶
1112   {Lisp}select.elc {Lisp}scroll-bar.elc ¶
1113   {Lisp}vmsproc.elc {Lisp}vms-patch.elc ¶
1114   {Lisp}ls-lisp.elc {Lisp}dos-fns.elc ¶
1115   {Lisp}w32-fns.elc {Lisp}dos-w32.elc ¶
1116   {Lisp}disp-table.elc {Lisp}dos-vars.elc ¶
1117   {Lisp}tooltip.elc {Lisp}image.elc ¶
1118   {Lisp}dnd.elc {Lisp}mwheel.elc ¶
1119   {Lisp}tool-bar.elc ¶
1120   {Lisp}x-dnd.elc ¶
1121   {Lisp}international:ccl.elc ¶
1122   {Lisp}international:codepage.elc ¶
1123   {Lisp}international:fontset.elc
1125 Doc Ä {DocTarget}DOC
1127 {DocTarget}DOC Ä {Makefile} {shortlisp} {SOME_MACHINE_LISP} {Make-DocFileDir}Make-DocFile buildobj.lst
1128         {Make-DocFileDir}make-docfile -d {Src} {SOME_MACHINE_OBJECTS} `Catenate buildobj.lst` > {DocTarget}DOC
1129         {Make-DocFileDir}make-docfile -a {DocTarget}DOC -d {Src} {SOME_MACHINE_LISP} {shortlisp}
1132 #-----------------------------------------------#
1133 # Variables and rules for target "Make-DocFile" #
1134 #-----------------------------------------------#
1136 Make-DocFile-Includes           = -i :inc:
1137 Make-DocFile-Sym                        =
1139 Make-DocFile-PPCCOptions        = -typecheck relaxed -w off -noMapCR ¶
1140                                   -d MAC_OS -d MAC_OS8 ¶
1141                                   {Make-DocFile-Includes} {Make-DocFile-Sym}
1143 Make-DocFile-Objects = ¶
1144                 "{Lib-Src}make-docfile.c.x" ¶
1145                 "{Source}chdir.c.x"
1147 Make-DocFile Ä {Make-DocFileDir}Make-DocFile
1149 {Make-DocFileDir}Make-DocFile Ä {Makefile} {Make-DocFile-Objects}
1150         PPCLink ¶
1151                 -o {Make-DocFileDir}Make-DocFile ¶
1152                 {Make-DocFile-Sym} ¶
1153                 {Make-DocFile-Objects} ¶
1154                 -t 'MPST' ¶
1155                 -c 'MPS ' ¶
1156                 "{SharedLibraries}InterfaceLib" ¶
1157                 "{SharedLibraries}StdCLib" ¶
1158                 "{SharedLibraries}MathLib" ¶
1159                 "{PPCLibraries}StdCRuntime.o" ¶
1160                 "{PPCLibraries}PPCCRuntime.o" ¶
1161                 "{PPCLibraries}PPCToolLibs.o"
1163 "{Lib-Src}make-docfile.c.x" Ä {Makefile} "{Lib-Src}make-docfile.c"
1164         {PPCC} "{Lib-Src}make-docfile.c" -o "{Lib-Src}make-docfile.c.x" {Make-DocFile-PPCCOptions}
1166 "{Source}chdir.c.x" Ä {Makefile} "{Source}chdir.c"
1167         {PPCC} "{Source}chdir.c" -o "{Source}chdir.c.x" {Make-DocFile-PPCCOptions}
1169 # arch-tag: c9d9bc1a-142f-41da-b75e-79e0c44ffbb4