*** empty log message ***
[bpt/emacs.git] / mac / makefile.MPW
1 # Make file for building GNU Emacs on the Macintosh.
2 # Copyright (C) 1999, 2000 Free Software Foundation, Inc.
3 #
4 # Author: Andrew Choi <akochoi@users.sourceforge.net>
5 #
6 # This file is part of GNU Emacs.
7 #
8 # GNU Emacs is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12 #
13 # GNU Emacs is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs; see the file COPYING. If not, write to
20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 # Boston, MA 02111-1307, USA. */
22 #
23 # Defines the following targets:
24 # Emacs (default) - normal Emacs build.
25 # Clean - remove all object and executable files to prepare for a fresh build.
26 # Doc - generate the "DOC" file in ~emacs/etc/.
27 # Make-DocFile - build the make-docfile tool, utility for generating "DOC".
28 # PrepSource - prepare the source files after unstuffing the distribution.
29 # PrepDist - prepare for distribution: generate diff files; move mac-win.el to {Patches}.
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
42 SymOption = # -sym on # remove hash mark before "-sym on" to enable source debugging
43 OptOption = # -opt speed # alternatively set to -opt off or -opt size
44
45 # The -noMapCR options and the two -d's must not be removed.
46
47 PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int ¶
48 -typecheck relaxed -w off ¶
49 -includes unix -i {Includes},{Src} ¶
50 -d emacs=1 -d HAVE_CONFIG_H
51
52 LinkOptions = {SymOption} -d
53
54 CONFIG_H_GROUP = "{Includes}config.h" "{Includes}s-mac.h" "{Includes}utsname.h" "{Includes}m-mac.h"
55 DISPEXTERN_H_GROUP = "{Src}dispextern.h" "{Includes}macgui.h"
56 INTERVALS_H_GROUP = "{Src}intervals.h" "{Src}dispextern.h" "{Includes}macgui.h"
57 WINDOW_H_GROUP = "{Src}window.h" {DISPEXTERN_H_GROUP}
58 BLOCKINPUT_H_GROUP = "{Src}blockinput.h" "{Src}atimer.h" "{Src}systime.h" ¶
59 "{Includes}sys:time.h" "{Includes}sys:time.h"
60
61 # The list all object files from the GNU Emacs 21.0 distribution.
62
63 EmacsObjects = ¶
64 "{Src}abbrev.c.x" ¶
65 "{Src}alloc.c.x" ¶
66 "{Src}alloca.c.x" ¶
67 "{Src}atimer.c.x" ¶
68 "{Src}buffer.c.x" ¶
69 "{Src}bytecode.c.x" ¶
70 "{Src}callint.c.x" ¶
71 "{Src}callproc.c.x" ¶
72 "{Src}casefiddle.c.x" ¶
73 "{Src}casetab.c.x" ¶
74 "{Src}category.c.x" ¶
75 "{Src}ccl.c.x" ¶
76 "{Src}charset.c.x" ¶
77 "{Src}cm.c.x" ¶
78 "{Src}cmds.c.x" ¶
79 "{Src}coding.c.x" ¶
80 "{Src}composite.c.x" ¶
81 "{Src}data.c.x" ¶
82 "{Src}dired.c.x" ¶
83 "{Src}dispnew.c.x" ¶
84 "{Src}doc.c.x" ¶
85 "{Src}doprnt.c.x" ¶
86 "{Src}editfns.c.x" ¶
87 "{Src}emacs.c.x" ¶
88 "{Src}eval.c.x" ¶
89 "{Src}fileio.c.x" ¶
90 "{Src}filemode.c.x" ¶
91 "{Src}floatfns.c.x" ¶
92 "{Src}fns.c.x" ¶
93 "{Src}fontset.c.x" ¶
94 "{Src}frame.c.x" ¶
95 "{Src}getloadavg.c.x" ¶
96 "{Src}indent.c.x" ¶
97 "{Src}insdel.c.x" ¶
98 "{Src}intervals.c.x" ¶
99 "{Src}keyboard.c.x" ¶
100 "{Src}keymap.c.x" ¶
101 "{Src}lread.c.x" ¶
102 "{Src}macros.c.x" ¶
103 "{Src}marker.c.x" ¶
104 "{Src}md5.c.x" ¶
105 "{Src}minibuf.c.x" ¶
106 "{Src}mktime.c.x" ¶
107 "{Src}mocklisp.c.x" ¶
108 "{Src}print.c.x" ¶
109 "{Src}process.c.x" ¶
110 "{Src}regex.c.x" ¶
111 "{Src}region-cache.c.x" ¶
112 "{Src}scroll.c.x" ¶
113 "{Src}search.c.x" ¶
114 "{Src}strftime.c.x" ¶
115 "{Src}syntax.c.x" ¶
116 "{Src}sysdep.c.x" ¶
117 "{Src}term.c.x" ¶
118 "{Src}termcap.c.x" ¶
119 "{Src}textprop.c.x" ¶
120 "{Src}tparam.c.x" ¶
121 "{Src}undo.c.x" ¶
122 "{Src}window.c.x" ¶
123 "{Src}xdisp.c.x" ¶
124 "{Src}xfaces.c.x"
125
126 # The list of object files generated from new source files of the Macintosh port.
127
128 MacObjects = ¶
129 "{Source}mac.c.x" ¶
130 "{Source}macfns.c.x" ¶
131 "{Source}macmenu.c.x" ¶
132 "{Source}macterm.c.x"
133
134 # The next two are the dependency rules for building Emacs.
135
136 Emacs ÄÄ {Makefile} {DocTarget}DOC {EmacsObjects} {MacObjects}
137 PPCLink ¶
138 {LinkOptions} ¶
139 {EmacsObjects} {MacObjects} ¶
140 "{SharedLibraries}InterfaceLib" ¶
141 "{SharedLibraries}StdCLib" ¶
142 "{SharedLibraries}MathLib" ¶
143 "{SharedLibraries}AppleScriptLib" ¶
144 "{SharedLibraries}TextEncodingConverter" ¶
145 "{SharedLibraries}AppearanceLib" ¶
146 "{PPCLibraries}StdCRuntime.o" ¶
147 "{PPCLibraries}PPCCRuntime.o" ¶
148 "{PPCLibraries}PPCToolLibs.o" ¶
149 -o "{EmacsTarget}"
150
151 Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r
152 Rez -a "{Source}"Emacs.maclf.r -o "{EmacsTarget}"
153 Rez -a "{Source}"EmacsMPW.maclf.r -o "{EmacsTarget}"
154 SetFile "{EmacsTarget}" -t APPL -c 'EMAx' -a B
155
156 # Rez cannot handle files with Unix style end lines at all. So generate
157 # them. It does not hurt if Emacs.r and EmacsMPW.r already have Mac end
158 # lines.
159
160 "{Source}"Emacs.maclf.r Ä "{Source}"Emacs.r
161 translate ¶0x0a ¶n < "{Source}"Emacs.r > "{Source}"Emacs.maclf.r
162
163 "{Source}"EmacsMPW.maclf.r Ä "{Source}"EmacsMPW.r
164 translate ¶0x0a ¶n < "{Source}"EmacsMPW.r > "{Source}"EmacsMPW.maclf.r
165
166 # Here comes a long boring list of rules saying which files depend on which
167 # other ones. I generated them by hand using the "-p" option of the MrC compiler.
168 # Know about MakeMake, but this is probably more accurate.
169
170 {Src}abbrev.c.x Ä ¶
171 {CONFIG_H_GROUP} ¶
172 "{Src}lisp.h" ¶
173 "{Src}commands.h" ¶
174 "{Src}buffer.h" ¶
175 {WINDOW_H_GROUP} ¶
176 "{Src}charset.h" ¶
177 "{Src}syntax.h"
178
179 {Src}alloc.c.x Ä ¶
180 {CONFIG_H_GROUP} ¶
181 "{Src}lisp.h" ¶
182 {INTERVALS_H_GROUP} ¶
183 "{Src}puresize.h" ¶
184 "{Src}buffer.h" ¶
185 {WINDOW_H_GROUP} ¶
186 "{Src}frame.h" ¶
187 {BLOCKINPUT_H_GROUP} ¶
188 "{Src}keyboard.h" ¶
189 "{Src}charset.h" ¶
190 "{Src}syssignal.h"
191
192 {Src}alloca.c.x Ä ¶
193 {CONFIG_H_GROUP} ¶
194 "{Src}lisp.h" ¶
195 {BLOCKINPUT_H_GROUP}
196
197 {Src}atimer.c.x Ä ¶
198 {CONFIG_H_GROUP} ¶
199 "{Src}lisp.h" ¶
200 "{Src}syssignal.h" ¶
201 "{Src}systime.h" ¶
202 "{Includes}sys:time.h" ¶
203 {BLOCKINPUT_H_GROUP} ¶
204 "{Src}atimer.h" ¶
205 "{Includes}sys:time.h"
206
207 {Src}buffer.c.x Ä ¶
208 {CONFIG_H_GROUP} ¶
209 "{Includes}sys:types.h" ¶
210 "{Includes}sys:stat.h" ¶
211 "{Includes}sys:param.h" ¶
212 "{Src}lisp.h" ¶
213 {INTERVALS_H_GROUP} ¶
214 "{Src}window.h" ¶
215 "{Src}commands.h" ¶
216 "{Src}buffer.h" ¶
217 "{Src}charset.h" ¶
218 "{Src}region-cache.h" ¶
219 "{Src}indent.h" ¶
220 {BLOCKINPUT_H_GROUP} ¶
221 "{Src}frame.h"
222
223 {Src}bytecode.c.x Ä ¶
224 {CONFIG_H_GROUP} ¶
225 "{Src}lisp.h" ¶
226 "{Src}buffer.h" ¶
227 "{Src}charset.h" ¶
228 "{Src}syntax.h"
229
230 {Src}callint.c.x Ä ¶
231 {CONFIG_H_GROUP} ¶
232 "{Src}lisp.h" ¶
233 "{Src}buffer.h" ¶
234 "{Src}commands.h" ¶
235 "{Src}keyboard.h" ¶
236 {WINDOW_H_GROUP} ¶
237 "{Src}mocklisp.h"
238
239 {Src}callproc.c.x Ä ¶
240 {CONFIG_H_GROUP} ¶
241 "{Includes}sys:types.h" ¶
242 "{Includes}sys:file.h" ¶
243 "{Includes}sys:types.h" ¶
244 "{Includes}sys:stat.h" ¶
245 "{Src}lisp.h" ¶
246 "{Src}commands.h" ¶
247 "{Src}buffer.h" ¶
248 "{Src}charset.h" ¶
249 "{Src}ccl.h" ¶
250 "{Src}coding.h" ¶
251 "{Src}composite.h" ¶
252 "{Includes}epaths.h" ¶
253 "{Src}process.h" ¶
254 "{Src}syssignal.h" ¶
255 "{Src}systty.h" ¶
256 "{Includes}termio.h"
257
258 {Src}casefiddle Ä ¶
259 {CONFIG_H_GROUP} ¶
260 "{Src}lisp.h" ¶
261 "{Src}buffer.h" ¶
262 "{Src}charset.h" ¶
263 "{Src}commands.h" ¶
264 "{Src}syntax.h" ¶
265 "{Src}composite.h"
266
267 {Src}casetab.c.x Ä ¶
268 {CONFIG_H_GROUP} ¶
269 "{Src}lisp.h" ¶
270 "{Src}buffer.h" ¶
271 "{Src}charset.h"
272
273 {Src}category.c.x Ä ¶
274 {CONFIG_H_GROUP} ¶
275 "{Src}lisp.h" ¶
276 "{Src}buffer.h" ¶
277 "{Src}charset.h" ¶
278 "{Src}category.h"
279
280 {Src}ccl.c.x Ä ¶
281 {CONFIG_H_GROUP} ¶
282 "{Src}lisp.h" ¶
283 "{Src}charset.h" ¶
284 "{Src}ccl.h" ¶
285 "{Src}coding.h"
286
287 {Src}charset.c.x Ä ¶
288 {CONFIG_H_GROUP} ¶
289 "{Includes}sys:types.h" ¶
290 "{Src}lisp.h" ¶
291 "{Src}buffer.h" ¶
292 "{Src}charset.h" ¶
293 "{Src}coding.h" ¶
294 "{Src}ccl.h" ¶
295 "{Src}disptab.h"
296
297 {Src}cm.c.x Ä ¶
298 {CONFIG_H_GROUP} ¶
299 "{Src}cm.h" ¶
300 "{Src}termhooks.h"
301
302 {Src}cmds.c.x Ä ¶
303 {CONFIG_H_GROUP} ¶
304 "{Src}lisp.h" ¶
305 "{Src}commands.h" ¶
306 "{Src}buffer.h" ¶
307 "{Src}charset.h" ¶
308 "{Src}syntax.h" ¶
309 {WINDOW_H_GROUP} ¶
310 "{Src}keyboard.h" ¶
311 {DISPEXTERN_H_GROUP}
312
313 {Src}coding.c.x Ä ¶
314 {CONFIG_H_GROUP} ¶
315 "{Src}lisp.h" ¶
316 "{Src}buffer.h" ¶
317 "{Src}charset.h" ¶
318 "{Src}composite.h" ¶
319 "{Src}ccl.h" ¶
320 "{Src}coding.h" ¶
321 {WINDOW_H_GROUP}
322
323 {Src}composite.c.x Ä ¶
324 {CONFIG_H_GROUP} ¶
325 "{Src}lisp.h" ¶
326 "{Src}buffer.h" ¶
327 "{Src}charset.h" ¶
328 {INTERVALS_H_GROUP}
329
330 {Src}data.c.x Ä ¶
331 {CONFIG_H_GROUP} ¶
332 "{Src}lisp.h" ¶
333 "{Src}puresize.h" ¶
334 "{Src}charset.h" ¶
335 "{Src}buffer.h" ¶
336 "{Src}keyboard.h" ¶
337 "{Src}frame.h" ¶
338 "{Src}syssignal.h"
339
340 {Src}dired.c.x Ä ¶
341 {CONFIG_H_GROUP} ¶
342 "{Includes}sys:types.h" ¶
343 "{Includes}sys:stat.h" ¶
344 "{Src}systime.h" ¶
345 "{Includes}sys:time.h" ¶
346 "{Includes}dirent.h" ¶
347 "{Src}lisp.h" ¶
348 "{Src}buffer.h" ¶
349 "{Src}commands.h" ¶
350 "{Src}charset.h" ¶
351 "{Src}coding.h" ¶
352 "{Src}ccl.h" ¶
353 "{Src}regex.h"
354
355 {Src}dispnew.c.x Ä ¶
356 {CONFIG_H_GROUP} ¶
357 "{Src}lisp.h" ¶
358 "{Src}termchar.h" ¶
359 "{Src}termopts.h" ¶
360 "{Src}termhooks.h" ¶
361 {DISPEXTERN_H_GROUP} ¶
362 "{Src}cm.h" ¶
363 "{Src}buffer.h" ¶
364 "{Src}charset.h" ¶
365 {WINDOW_H_GROUP} ¶
366 "{Src}commands.h" ¶
367 "{Src}disptab.h" ¶
368 "{Src}indent.h" ¶
369 {INTERVALS_H_GROUP} ¶
370 {BLOCKINPUT_H_GROUP} ¶
371 "{Src}process.h" ¶
372 "{Src}keyboard.h" ¶
373 "{Src}syssignal.h" ¶
374 "{Includes}macterm.h" ¶
375 "{Includes}macgui.h" ¶
376 "{Src}frame.h" ¶
377 "{Src}systime.h"
378
379 {Src}doc.c.x Ä ¶
380 {CONFIG_H_GROUP} ¶
381 "{Includes}sys:types.h" ¶
382 "{Includes}sys:file.h" ¶
383 "{Src}lisp.h" ¶
384 "{Src}buffer.h" ¶
385 "{Src}keyboard.h" ¶
386 "{Src}charset.h"
387
388 {Src}doprnt.c.x Ä ¶
389 {CONFIG_H_GROUP} ¶
390 "{Src}lisp.h" ¶
391 "{Src}charset.h"
392
393 {Src}editfns.c.x Ä ¶
394 {CONFIG_H_GROUP} ¶
395 "{Includes}sys:types.h" ¶
396 "{Includes}pwd.h" ¶
397 "{Src}lisp.h" ¶
398 {INTERVALS_H_GROUP} ¶
399 "{Src}buffer.h" ¶
400 "{Src}charset.h" ¶
401 "{Src}coding.h" ¶
402 "{Src}ccl.h" ¶
403 {WINDOW_H_GROUP} ¶
404 "{Src}systime.h" ¶
405 "{Includes}sys:time.h"
406
407 {Src}emacs.c.x Ä ¶
408 {CONFIG_H_GROUP} ¶
409 "{Includes}sys:types.h" ¶
410 "{Includes}sys:file.h" ¶
411 "{Includes}sys:types.h" ¶
412 "{Includes}sys:stat.h" ¶
413 "{Src}lisp.h" ¶
414 "{Src}commands.h" ¶
415 {INTERVALS_H_GROUP} ¶
416 "{Src}buffer.h" ¶
417 "{Src}systty.h" ¶
418 "{Includes}termio.h" ¶
419 {BLOCKINPUT_H_GROUP} ¶
420 "{Src}syssignal.h" ¶
421 "{Src}process.h" ¶
422 "{Src}termhooks.h" ¶
423 "{Src}keyboard.h" ¶
424 "{Src}frame.h"
425
426 {Src}eval.c.x Ä ¶
427 {CONFIG_H_GROUP} ¶
428 "{Src}lisp.h" ¶
429 {BLOCKINPUT_H_GROUP} ¶
430 "{Src}commands.h" ¶
431 "{Src}keyboard.h" ¶
432 {DISPEXTERN_H_GROUP}
433
434 {Src}fileio.c.x Ä ¶
435 {CONFIG_H_GROUP} ¶
436 "{Includes}sys:types.h" ¶
437 "{Includes}sys:stat.h" ¶
438 "{Includes}pwd.h" ¶
439 "{Src}lisp.h" ¶
440 {INTERVALS_H_GROUP} ¶
441 "{Src}buffer.h" ¶
442 "{Src}charset.h" ¶
443 "{Src}coding.h" ¶
444 "{Src}ccl.h" ¶
445 {WINDOW_H_GROUP} ¶
446 "{Src}systime.h" ¶
447 "{Includes}sys:time.h" ¶
448 "{Src}commands.h"
449
450 {Src}filemode.c.x Ä ¶
451 {CONFIG_H_GROUP} ¶
452 "{Includes}sys:types.h" ¶
453 "{Includes}sys:stat.h"
454
455 {Src}floatfns.c.x Ä ¶
456 {CONFIG_H_GROUP} ¶
457 "{Src}lisp.h" ¶
458 "{Src}syssignal.h"
459
460 {Src}fns.c.x Ä ¶
461 {CONFIG_H_GROUP} ¶
462 "{Src}lisp.h" ¶
463 "{Src}commands.h" ¶
464 "{Src}charset.h" ¶
465 "{Src}buffer.h" ¶
466 "{Src}keyboard.h" ¶
467 {INTERVALS_H_GROUP} ¶
468 "{Src}frame.h" ¶
469 {WINDOW_H_GROUP}
470
471 {Src}fontset.c.x Ä ¶
472 {CONFIG_H_GROUP} ¶
473 "{Src}lisp.h" ¶
474 "{Src}buffer.h" ¶
475 "{Src}charset.h" ¶
476 "{Src}ccl.h" ¶
477 "{Src}frame.h" ¶
478 {DISPEXTERN_H_GROUP} ¶
479 "{Src}fontset.h" ¶
480 {WINDOW_H_GROUP}
481
482 {Src}frame.c.x Ä ¶
483 {CONFIG_H_GROUP} ¶
484 "{Src}lisp.h" ¶
485 "{Src}charset.h" ¶
486 "{Src}fontset.h" ¶
487 "{Includes}macterm.h" ¶
488 "{Includes}macgui.h" ¶
489 "{Src}frame.h" ¶
490 "{Src}frame.h" ¶
491 "{Src}fontset.h" ¶
492 "{Src}termhooks.h" ¶
493 {DISPEXTERN_H_GROUP} ¶
494 {WINDOW_H_GROUP} ¶
495 "{Src}buffer.h" ¶
496 "{Src}commands.h" ¶
497 "{Src}keyboard.h"
498
499 {Src}getloadavg.c.x Ä ¶
500 {CONFIG_H_GROUP} ¶
501 "{Includes}sys:types.h"
502
503 {Src}indent.c.x Ä ¶
504 {CONFIG_H_GROUP} ¶
505 "{Src}lisp.h" ¶
506 "{Src}buffer.h" ¶
507 "{Src}charset.h" ¶
508 "{Src}category.h" ¶
509 "{Src}indent.h" ¶
510 "{Src}frame.h" ¶
511 {WINDOW_H_GROUP} ¶
512 "{Src}termchar.h" ¶
513 "{Src}termopts.h" ¶
514 "{Src}disptab.h" ¶
515 {INTERVALS_H_GROUP} ¶
516 "{Src}region-cache.h"
517
518 {Src}insdel.c.x Ä ¶
519 {CONFIG_H_GROUP} ¶
520 "{Src}lisp.h" ¶
521 {INTERVALS_H_GROUP} ¶
522 "{Src}buffer.h" ¶
523 "{Src}charset.h" ¶
524 {WINDOW_H_GROUP} ¶
525 {BLOCKINPUT_H_GROUP} ¶
526 "{Src}region-cache.h"
527
528 {Src}intervals.c.x Ä ¶
529 {CONFIG_H_GROUP} ¶
530 "{Src}lisp.h" ¶
531 {INTERVALS_H_GROUP} ¶
532 "{Src}buffer.h" ¶
533 "{Src}puresize.h" ¶
534 "{Src}keyboard.h"
535
536 {Src}keyboard.c.x Ä ¶
537 {CONFIG_H_GROUP} ¶
538 "{Src}termchar.h" ¶
539 "{Src}termopts.h" ¶
540 "{Src}lisp.h" ¶
541 "{Src}termhooks.h" ¶
542 "{Src}macros.h" ¶
543 "{Src}frame.h" ¶
544 {WINDOW_H_GROUP} ¶
545 "{Src}commands.h" ¶
546 "{Src}buffer.h" ¶
547 "{Src}charset.h" ¶
548 {DISPEXTERN_H_GROUP} ¶
549 "{Src}keyboard.h" ¶
550 "{Src}syntax.h" ¶
551 {INTERVALS_H_GROUP} ¶
552 {BLOCKINPUT_H_GROUP} ¶
553 "{Src}puresize.h" ¶
554 "{Src}systime.h" ¶
555 "{Src}atimer.h" ¶
556 "{Includes}sys:ioctl.h" ¶
557 "{Src}syssignal.h" ¶
558 "{Src}systty.h" ¶
559 "{Includes}termio.h" ¶
560 "{Includes}sys:types.h" ¶
561 "{Includes}macterm.h" ¶
562 "{Includes}macgui.h" ¶
563 "{Src}frame.h" ¶
564 "{Src}systime.h"
565
566 {Src}keymap.c.x Ä ¶
567 {CONFIG_H_GROUP} ¶
568 "{Src}lisp.h" ¶
569 "{Src}commands.h" ¶
570 "{Src}buffer.h" ¶
571 "{Src}charset.h" ¶
572 "{Src}keyboard.h" ¶
573 "{Src}termhooks.h" ¶
574 {BLOCKINPUT_H_GROUP} ¶
575 "{Src}puresize.h" ¶
576 {INTERVALS_H_GROUP}
577
578 {Src}lread.c.x Ä ¶
579 {CONFIG_H_GROUP} ¶
580 "{Includes}sys:types.h" ¶
581 "{Includes}sys:stat.h" ¶
582 "{Includes}sys:file.h" ¶
583 "{Src}lisp.h" ¶
584 {INTERVALS_H_GROUP} ¶
585 "{Src}buffer.h" ¶
586 "{Src}charset.h" ¶
587 "{Includes}epaths.h" ¶
588 "{Src}commands.h" ¶
589 "{Src}keyboard.h" ¶
590 "{Src}termhooks.h"
591
592 {Src}macros.c.x Ä ¶
593 {CONFIG_H_GROUP} ¶
594 "{Src}lisp.h" ¶
595 "{Src}macros.h" ¶
596 "{Src}commands.h" ¶
597 "{Src}buffer.h" ¶
598 {WINDOW_H_GROUP} ¶
599 "{Src}keyboard.h"
600
601 {Src}marker.c.x Ä ¶
602 {CONFIG_H_GROUP} ¶
603 "{Src}lisp.h" ¶
604 "{Src}buffer.h" ¶
605 "{Src}charset.h"
606
607 {Src}minibuf.c.x Ä ¶
608 {CONFIG_H_GROUP} ¶
609 "{Src}lisp.h" ¶
610 "{Src}commands.h" ¶
611 "{Src}buffer.h" ¶
612 "{Src}charset.h" ¶
613 {DISPEXTERN_H_GROUP} ¶
614 "{Src}frame.h" ¶
615 {WINDOW_H_GROUP} ¶
616 "{Src}syntax.h" ¶
617 "{Src}keyboard.h"
618
619 {Src}mktime.c.x Ä ¶
620 {CONFIG_H_GROUP} ¶
621 "{Includes}sys:types.h"
622
623 {Src}mocklisp.c.x Ä ¶
624 {CONFIG_H_GROUP} ¶
625 "{Src}lisp.h" ¶
626 "{Src}buffer.h"
627
628 {Src}print.c.x Ä ¶
629 {CONFIG_H_GROUP} ¶
630 "{Src}lisp.h" ¶
631 "{Src}buffer.h" ¶
632 "{Src}charset.h" ¶
633 "{Src}frame.h" ¶
634 {WINDOW_H_GROUP} ¶
635 "{Src}process.h" ¶
636 {DISPEXTERN_H_GROUP} ¶
637 "{Src}termchar.h" ¶
638 "{Src}keyboard.h" ¶
639 {INTERVALS_H_GROUP}
640
641 {Src}process.c.x Ä ¶
642 {CONFIG_H_GROUP} ¶
643 "{Includes}sys:types.h" ¶
644 "{Src}lisp.h" ¶
645 "{Src}systime.h" ¶
646 "{Includes}sys:time.h" ¶
647 "{Src}charset.h" ¶
648 "{Src}coding.h" ¶
649 "{Src}ccl.h" ¶
650 "{Src}termopts.h" ¶
651 "{Src}sysselect.h"
652
653 {Src}regex.c.x Ä ¶
654 {CONFIG_H_GROUP} ¶
655 "{Includes}sys:types.h" ¶
656 "{Src}lisp.h" ¶
657 "{Src}buffer.h" ¶
658 "{Src}syntax.h" ¶
659 "{Src}charset.h" ¶
660 "{Src}category.h" ¶
661 "{Src}regex.h"
662
663 {Src}region-cache.c.x Ä ¶
664 {CONFIG_H_GROUP} ¶
665 "{Src}lisp.h" ¶
666 "{Src}buffer.h" ¶
667 "{Src}region-cache.h"
668
669 {Src}scroll.c.x Ä ¶
670 {CONFIG_H_GROUP} ¶
671 "{Src}termchar.h" ¶
672 "{Src}lisp.h" ¶
673 {DISPEXTERN_H_GROUP} ¶
674 "{Src}frame.h" ¶
675 {WINDOW_H_GROUP}
676
677 {Src}search.c.x Ä ¶
678 {CONFIG_H_GROUP} ¶
679 "{Src}lisp.h" ¶
680 "{Src}syntax.h" ¶
681 "{Src}category.h" ¶
682 "{Src}buffer.h" ¶
683 "{Src}charset.h" ¶
684 "{Src}region-cache.h" ¶
685 "{Src}commands.h" ¶
686 {BLOCKINPUT_H_GROUP} ¶
687 {INTERVALS_H_GROUP} ¶
688 "{Includes}sys:types.h" ¶
689 "{Src}regex.h"
690
691 {Src}strftime.c.x Ä ¶
692 {CONFIG_H_GROUP} ¶
693 "{Includes}sys:types.h" ¶
694 "{Includes}sys:time.h"
695
696 {Src}syntax.c.x Ä ¶
697 {CONFIG_H_GROUP} ¶
698 "{Src}lisp.h" ¶
699 "{Src}commands.h" ¶
700 "{Src}buffer.h" ¶
701 "{Src}charset.h" ¶
702 "{Src}syntax.h" ¶
703 {INTERVALS_H_GROUP} ¶
704 "{Src}category.h"
705
706 {Src}sysdep.c.x Ä ¶
707 {CONFIG_H_GROUP} ¶
708 "{Src}lisp.h" ¶
709 {BLOCKINPUT_H_GROUP} ¶
710 "{Includes}sys:types.h" ¶
711 "{Includes}sys:stat.h" ¶
712 "{Includes}sys:ioctl.h" ¶
713 "{Src}syswait.h" ¶
714 "{Includes}sys:types.h" ¶
715 "{Src}frame.h" ¶
716 {WINDOW_H_GROUP} ¶
717 "{Src}termhooks.h" ¶
718 "{Src}termchar.h" ¶
719 "{Src}termopts.h" ¶
720 {DISPEXTERN_H_GROUP} ¶
721 "{Src}process.h" ¶
722 "{Src}syssignal.h" ¶
723 "{Src}systime.h" ¶
724 "{Includes}utime.h" ¶
725 "{Src}sysselect.h" ¶
726 "{Includes}dirent.h" ¶
727 "{Includes}sys:types.h"
728
729 {Src}term.c.x Ä ¶
730 {CONFIG_H_GROUP} ¶
731 "{Src}termchar.h" ¶
732 "{Src}termopts.h" ¶
733 "{Src}lisp.h" ¶
734 "{Src}charset.h" ¶
735 "{Src}coding.h" ¶
736 "{Src}ccl.h" ¶
737 "{Src}frame.h" ¶
738 "{Src}disptab.h" ¶
739 "{Src}termhooks.h" ¶
740 "{Src}keyboard.h" ¶
741 {DISPEXTERN_H_GROUP} ¶
742 {WINDOW_H_GROUP} ¶
743 "{Src}cm.h" ¶
744 "{Includes}macterm.h" ¶
745 "{Includes}macgui.h" ¶
746 "{Src}frame.h"
747
748 {Src}termcap.c.x Ä ¶
749 {CONFIG_H_GROUP} ¶
750 "{Src}lisp.h" ¶
751 "{Includes}sys:file.h"
752
753 {Src}textproc.c.x Ä ¶
754 {CONFIG_H_GROUP} ¶
755 "{Src}lisp.h" ¶
756 {INTERVALS_H_GROUP} ¶
757 "{Src}buffer.h" ¶
758 {WINDOW_H_GROUP}
759
760 {Src}tparam.c.x Ä ¶
761 {CONFIG_H_GROUP} ¶
762 "{Src}lisp.h"
763
764 {Src}undo.c.x Ä ¶
765 {CONFIG_H_GROUP} ¶
766 "{Src}lisp.h" ¶
767 "{Src}buffer.h" ¶
768 "{Src}commands.h"
769
770 {Src}window.c.x Ä ¶
771 {CONFIG_H_GROUP} ¶
772 "{Src}lisp.h" ¶
773 "{Src}buffer.h" ¶
774 "{Src}frame.h" ¶
775 {WINDOW_H_GROUP} ¶
776 "{Src}commands.h" ¶
777 "{Src}indent.h" ¶
778 "{Src}termchar.h" ¶
779 "{Src}disptab.h" ¶
780 "{Src}keyboard.h" ¶
781 {DISPEXTERN_H_GROUP} ¶
782 {BLOCKINPUT_H_GROUP} ¶
783 {INTERVALS_H_GROUP} ¶
784 "{Includes}macterm.h" ¶
785 "{Includes}macgui.h" ¶
786 "{Src}frame.h"
787
788 {Src}xdisp.c.x Ä ¶
789 {CONFIG_H_GROUP} ¶
790 "{Src}lisp.h" ¶
791 "{Src}frame.h" ¶
792 {WINDOW_H_GROUP} ¶
793 "{Src}termchar.h" ¶
794 {DISPEXTERN_H_GROUP} ¶
795 "{Src}buffer.h" ¶
796 "{Src}charset.h" ¶
797 "{Src}indent.h" ¶
798 "{Src}commands.h" ¶
799 "{Src}macros.h" ¶
800 "{Src}disptab.h" ¶
801 "{Src}termhooks.h" ¶
802 {INTERVALS_H_GROUP} ¶
803 "{Src}keyboard.h" ¶
804 "{Src}coding.h" ¶
805 "{Src}ccl.h" ¶
806 "{Src}process.h" ¶
807 "{Src}region-cache.h" ¶
808 "{Src}fontset.h" ¶
809 "{Includes}macterm.h" ¶
810 "{Includes}macgui.h" ¶
811 "{Src}frame.h"
812
813 {Src}xfaces.c.x Ä ¶
814 {CONFIG_H_GROUP} ¶
815 "{Includes}sys:types.h" ¶
816 "{Includes}sys:stat.h" ¶
817 "{Src}lisp.h" ¶
818 "{Src}charset.h" ¶
819 "{Src}frame.h" ¶
820 "{Src}fontset.h" ¶
821 "{Includes}macterm.h" ¶
822 "{Includes}macgui.h" ¶
823 "{Src}frame.h" ¶
824 "{Src}buffer.h" ¶
825 {DISPEXTERN_H_GROUP} ¶
826 {BLOCKINPUT_H_GROUP} ¶
827 {WINDOW_H_GROUP} ¶
828 {INTERVALS_H_GROUP} ¶
829 "{Src}keyboard.h"
830
831 {Src}macmenu.c.x Ä ¶
832 {CONFIG_H_GROUP} ¶
833 "{Src}lisp.h" ¶
834 "{Src}termhooks.h" ¶
835 "{Src}frame.h" ¶
836 {WINDOW_H_GROUP} ¶
837 "{Src}keyboard.h" ¶
838 {BLOCKINPUT_H_GROUP} ¶
839 "{Src}buffer.h" ¶
840 "{Includes}sys:types.h" ¶
841 {DISPEXTERN_H_GROUP}
842
843 {Source}mac.c Ä ¶
844 {CONFIG_H_GROUP} ¶
845 "{Includes}utime.h" ¶
846 "{Includes}dirent.h" ¶
847 "{Includes}sys:types.h" ¶
848 "{Includes}sys:stat.h" ¶
849 "{Includes}pwd.h" ¶
850 "{Includes}sys:types.h" ¶
851 "{Includes}sys:param.h" ¶
852 "{Src}lisp.h" ¶
853 "{Src}process.h" ¶
854 "{Src}sysselect.h" ¶
855 "{Src}systime.h" ¶
856 "{Includes}sys:time.h" ¶
857 "{Includes}utsname.h"
858
859 {Source}macfns.c Ä ¶
860 {CONFIG_H_GROUP} ¶
861 "{Src}lisp.h" ¶
862 "{Src}charset.h" ¶
863 "{Includes}macterm.h" ¶
864 "{Includes}macgui.h" ¶
865 "{Src}frame.h" ¶
866 "{Src}frame.h" ¶
867 {WINDOW_H_GROUP} ¶
868 "{Src}buffer.h" ¶
869 {DISPEXTERN_H_GROUP} ¶
870 "{Src}fontset.h" ¶
871 {INTERVALS_H_GROUP} ¶
872 "{Src}keyboard.h" ¶
873 {BLOCKINPUT_H_GROUP} ¶
874 "{Includes}epaths.h" ¶
875 "{Src}termhooks.h" ¶
876 "{Src}coding.h" ¶
877 "{Src}ccl.h" ¶
878 "{Src}systime.h" ¶
879 "{Src}bitmaps:gray.xbm"
880
881 {Source}macterm.c Ä ¶
882 {CONFIG_H_GROUP} ¶
883 "{Src}lisp.h" ¶
884 {BLOCKINPUT_H_GROUP} ¶
885 "{Src}syssignal.h" ¶
886 "{Includes}macterm.h" ¶
887 "{Includes}macgui.h" ¶
888 "{Src}frame.h" ¶
889 "{Includes}alloca.h" ¶
890 "{Includes}sys:types.h" ¶
891 "{Src}systty.h" ¶
892 "{Includes}termio.h" ¶
893 "{Src}systime.h" ¶
894 "{Includes}sys:stat.h" ¶
895 "{Src}charset.h" ¶
896 "{Src}ccl.h" ¶
897 "{Src}frame.h" ¶
898 {DISPEXTERN_H_GROUP} ¶
899 "{Src}fontset.h" ¶
900 "{Src}termhooks.h" ¶
901 "{Src}termopts.h" ¶
902 "{Src}termchar.h" ¶
903 "{Src}gnu.h" ¶
904 "{Src}disptab.h" ¶
905 "{Src}buffer.h" ¶
906 {WINDOW_H_GROUP} ¶
907 "{Src}keyboard.h" ¶
908 {INTERVALS_H_GROUP} ¶
909 "{Src}process.h" ¶
910 "{Src}atimer.h" ¶
911 "{Src}coding.h" ¶
912 "{Src}ccl.h" ¶
913 "{Includes}epaths.h" ¶
914 "{Src}termhooks.h" ¶
915 "{Src}coding.h" ¶
916 "{Src}ccl.h"
917
918
919 #----------------------------------------#
920 # Variables and rules for target "Clean" #
921 #----------------------------------------#
922
923 Clean Ä
924 Delete -i {EmacsObjects} {MacObjects}
925 Delete -i "{EmacsTarget}"
926 Delete -i stdout stderr
927 Delete -i {Make-DocFile-Objects} {Make-DocFileDir}make-docfile
928 Delete -i "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r
929
930 DistClean Ä Clean
931 Delete -i "Emacs CW"Å
932 Delete -y "emacs Data"
933 Delete -i emacs.mcp
934
935 #--------------------------------------#
936 # Variables and rules for target "Doc" #
937 #--------------------------------------#
938
939 EmacsSource = ¶
940 "{Src}abbrev.c" ¶
941 "{Src}alloc.c" ¶
942 "{Src}alloca.c" ¶
943 "{Src}atimer.c" ¶
944 "{Src}buffer.c" ¶
945 "{Src}bytecode.c" ¶
946 "{Src}callint.c" ¶
947 "{Src}callproc.c" ¶
948 "{Src}casefiddle.c" ¶
949 "{Src}casetab.c" ¶
950 "{Src}category.c" ¶
951 "{Src}ccl.c" ¶
952 "{Src}charset.c" ¶
953 "{Src}cm.c" ¶
954 "{Src}cmds.c" ¶
955 "{Src}coding.c" ¶
956 "{Src}composite.c" ¶
957 "{Src}data.c" ¶
958 "{Src}dired.c" ¶
959 "{Src}dispnew.c" ¶
960 "{Src}doc.c" ¶
961 "{Src}doprnt.c" ¶
962 "{Src}editfns.c" ¶
963 "{Src}emacs.c" ¶
964 "{Src}eval.c" ¶
965 "{Src}fileio.c" ¶
966 "{Src}filemode.c" ¶
967 "{Src}floatfns.c" ¶
968 "{Src}fns.c" ¶
969 "{Src}fontset.c" ¶
970 "{Src}frame.c" ¶
971 "{Src}getloadavg.c" ¶
972 "{Src}indent.c" ¶
973 "{Src}insdel.c" ¶
974 "{Src}intervals.c" ¶
975 "{Src}keyboard.c" ¶
976 "{Src}keymap.c" ¶
977 "{Src}lread.c" ¶
978 "{Src}macros.c" ¶
979 "{Src}marker.c" ¶
980 "{Src}minibuf.c" ¶
981 "{Src}mktime.c" ¶
982 "{Src}mocklisp.c" ¶
983 "{Src}print.c" ¶
984 "{Src}process.c" ¶
985 "{Src}regex.c" ¶
986 "{Src}region-cache.c" ¶
987 "{Src}scroll.c" ¶
988 "{Src}search.c" ¶
989 "{Src}strftime.c" ¶
990 "{Src}syntax.c" ¶
991 "{Src}sysdep.c" ¶
992 "{Src}term.c" ¶
993 "{Src}termcap.c" ¶
994 "{Src}textprop.c" ¶
995 "{Src}tparam.c" ¶
996 "{Src}undo.c" ¶
997 "{Src}window.c" ¶
998 "{Src}xdisp.c" ¶
999 "{Src}xfaces.c" ¶
1000 "{Src}xmenu.c"
1001
1002 MacSource = ¶
1003 "{Source}mac.c" ¶
1004 "{Source}macfns.c" ¶
1005 "{Source}macterm.c"
1006
1007
1008 LispSource = ¶
1009 {Lisp}menu-bar.elc ¶
1010 {Lisp}mouse.elc ¶
1011 {Lisp}select.elc ¶
1012 {Lisp}scroll-bar.elc ¶
1013 {Lisp}vmsproc.elc ¶
1014 {Lisp}vms-patch.elc ¶
1015 {Lisp}ls-lisp.elc ¶
1016 {Lisp}dos-fns.elc ¶
1017 {Lisp}w32-fns.elc ¶
1018 {Lisp}dos-w32.elc ¶
1019 {Lisp}disp-table.elc ¶
1020 {Lisp}dos-vars.elc ¶
1021 {Lisp}international:ccl.elc ¶
1022 {Lisp}international:codepage.elc ¶
1023 {Lisp}abbrev.elc ¶
1024 {Lisp}buff-menu.elc ¶
1025 {Lisp}byte-run.elc ¶
1026 {Lisp}cus-start.el ¶
1027 {Lisp}custom.elc ¶
1028 {Lisp}emacs-lisp:lisp-mode.elc ¶
1029 {Lisp}emacs-lisp:lisp.elc ¶
1030 {Lisp}facemenu.elc ¶
1031 {Lisp}faces.elc ¶
1032 {Lisp}files.elc ¶
1033 {Lisp}float-sup.elc ¶
1034 {Lisp}format.elc ¶
1035 {Lisp}frame.elc ¶
1036 {Lisp}help.elc ¶
1037 {Lisp}indent.elc ¶
1038 {Lisp}isearch.elc ¶
1039 {Lisp}loadup.el ¶
1040 {Lisp}loaddefs.el ¶
1041 {Lisp}bindings.elc ¶
1042 {Lisp}map-ynp.elc ¶
1043 {Lisp}international:mule.elc ¶
1044 {Lisp}international:mule-conf.el ¶
1045 {Lisp}international:mule-cmds.elc ¶
1046 {Lisp}international:characters.elc ¶
1047 {Lisp}case-table.elc ¶
1048 {Lisp}language:chinese.elc ¶
1049 {Lisp}language:cyrillic.elc ¶
1050 {Lisp}language:indian.elc ¶
1051 {Lisp}language:devanagari.elc ¶
1052 {Lisp}language:english.elc ¶
1053 {Lisp}language:ethiopic.elc ¶
1054 {Lisp}language:european.elc ¶
1055 {Lisp}language:czech.elc ¶
1056 {Lisp}language:slovak.elc ¶
1057 {Lisp}language:romanian.elc ¶
1058 {Lisp}language:greek.elc ¶
1059 {Lisp}language:hebrew.elc ¶
1060 {Lisp}language:japanese.elc ¶
1061 {Lisp}language:korean.elc ¶
1062 {Lisp}language:lao.elc ¶
1063 {Lisp}language:thai.elc ¶
1064 {Lisp}language:tibetan.elc ¶
1065 {Lisp}language:vietnamese.elc ¶
1066 {Lisp}language:misc-lang.elc ¶
1067 {Lisp}paths.el ¶
1068 {Lisp}register.elc ¶
1069 {Lisp}replace.elc ¶
1070 {Lisp}simple.elc ¶
1071 {Lisp}startup.elc ¶
1072 {Lisp}subr.elc ¶
1073 {Lisp}term:tty-colors.elc ¶
1074 {Lisp}textmodes:fill.elc ¶
1075 {Lisp}textmodes:page.elc ¶
1076 {Lisp}textmodes:paragraphs.elc ¶
1077 {Lisp}textmodes:text-mode.elc ¶
1078 {Lisp}vc-hooks.elc ¶
1079 {Lisp}ediff-hook.elc ¶
1080 {Lisp}widget.elc ¶
1081 {Lisp}window.elc ¶
1082 {Lisp}version.el
1083
1084
1085 Doc Ä {DocTarget}DOC
1086
1087 {DocTarget}DOC Ä {Makefile} {EmacsSource} {MacSource} {LispSource} {Make-DocFileDir}Make-DocFile
1088 {Make-DocFileDir}make-docfile {EmacsSource} > {DocTarget}DOC
1089 {Make-DocFileDir}make-docfile {MacSource} >> {DocTarget}DOC
1090 {Make-DocFileDir}make-docfile {LispSource} >> {DocTarget}DOC
1091
1092
1093 #-----------------------------------------------#
1094 # Variables and rules for target "Make-DocFile" #
1095 #-----------------------------------------------#
1096
1097 Make-DocFile-Includes = -i :inc:
1098 Make-DocFile-Sym =
1099
1100 Make-DocFile-PPCCOptions = -typecheck relaxed -w off -noMapCR ¶
1101 {Make-DocFile-Includes} {Make-DocFile-Sym}
1102
1103 Make-DocFile-Objects = ¶
1104 "{Lib-Src}make-docfile.c.x" ¶
1105 "{Source}chdir.c.x"
1106
1107 Make-DocFile Ä {Make-DocFileDir}Make-DocFile
1108
1109 {Make-DocFileDir}Make-DocFile Ä {Makefile} {Make-DocFile-Objects}
1110 PPCLink ¶
1111 -o {Make-DocFileDir}Make-DocFile ¶
1112 {Make-DocFile-Sym} ¶
1113 {Make-DocFile-Objects} ¶
1114 -t 'MPST' ¶
1115 -c 'MPS ' ¶
1116 "{SharedLibraries}InterfaceLib" ¶
1117 "{SharedLibraries}StdCLib" ¶
1118 "{SharedLibraries}MathLib" ¶
1119 "{PPCLibraries}StdCRuntime.o" ¶
1120 "{PPCLibraries}PPCCRuntime.o" ¶
1121 "{PPCLibraries}PPCToolLibs.o"
1122
1123 "{Lib-Src}make-docfile.c.x" Ä {Makefile} "{Lib-Src}make-docfile.c"
1124 {PPCC} "{Lib-Src}make-docfile.c" -o "{Lib-Src}make-docfile.c.x" {Make-DocFile-PPCCOptions}
1125
1126 "{Source}chdir.c.x" Ä {Makefile} "{Source}chdir.c"
1127 {PPCC} "{Source}chdir.c" -o "{Source}chdir.c.x" {Make-DocFile-PPCCOptions}
1128