diff mac/makefile.MPW @ 90070:95879cc1ed20

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Jan 2005 09:13:19 +0000
parents 68c22ea6027c c331d9c412f2
children 29e773288013
line wrap: on
line diff
--- a/mac/makefile.MPW	Sat Dec 25 02:31:08 2004 +0000
+++ b/mac/makefile.MPW	Sun Jan 02 09:13:19 2005 +0000
@@ -44,7 +44,7 @@
 
 # The -noMapCR options and the two -d's must not be removed.
 
-PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int ¶
+PPCCOptions = {SymOption} {OptOption} -noMapCR -enum int -alloca ¶
 	-typecheck relaxed -w off ¶
 	-includes unix -i {Includes},{Src} ¶
 	-d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8
@@ -63,7 +63,6 @@
 EmacsObjects = ¶
 	"{Src}abbrev.c.x" ¶
 	"{Src}alloc.c.x" ¶
-	"{Src}alloca.c.x" ¶
 	"{Src}atimer.c.x" ¶
 	"{Src}buffer.c.x" ¶
 	"{Src}bytecode.c.x" ¶
@@ -92,7 +91,9 @@
 	"{Src}fns.c.x" ¶
 	"{Src}fontset.c.x" ¶
 	"{Src}frame.c.x" ¶
+	"{Src}fringe.c.x" ¶
 	"{Src}getloadavg.c.x" ¶
+	"{Src}image.c.x" ¶
 	"{Src}indent.c.x" ¶
 	"{Src}insdel.c.x" ¶
 	"{Src}intervals.c.x" ¶
@@ -120,7 +121,8 @@
 	"{Src}undo.c.x" ¶
 	"{Src}window.c.x" ¶
 	"{Src}xdisp.c.x" ¶
-	"{Src}xfaces.c.x"
+	"{Src}xfaces.c.x" ¶
+	"{Src}lastfile.c.x"
 
 # The list of object files generated from new source files of the Macintosh port.
 
@@ -142,6 +144,7 @@
 		"{SharedLibraries}AppleScriptLib" ¶
 		"{SharedLibraries}TextEncodingConverter" ¶
 		"{SharedLibraries}AppearanceLib" ¶
+		"{SharedLibraries}QuickTimeLib" ¶
 		"{PPCLibraries}StdCRuntime.o" ¶
 		"{PPCLibraries}PPCCRuntime.o" ¶
 		"{PPCLibraries}PPCToolLibs.o" ¶
@@ -495,10 +498,33 @@
 	"{Src}commands.h" ¶
 	"{Src}keyboard.h"
 
+{Src}fringe.c.x Ä ¶
+	{CONFIG_H_GROUP} ¶
+	"{Src}lisp.h" ¶
+	"{Src}frame.h" ¶
+	{WINDOW_H_GROUP} ¶
+	"{Src}buffer.h" ¶
+	{BLOCKINPUT_H_GROUP}
+
 {Src}getloadavg.c.x Ä ¶
 	{CONFIG_H_GROUP} ¶
 	"{Includes}sys:types.h"
 
+{Src}image.c.x Ä ¶
+	{CONFIG_H_GROUP} ¶
+	"{Src}lisp.h" ¶
+	"{Src}frame.h" ¶
+	{WINDOW_H_GROUP} ¶
+	{DISPEXTERN_H_GROUP} ¶
+	{BLOCKINPUT_H_GROUP} ¶
+	"{Includes}epaths.h" ¶
+	"{Src}macterm.h" ¶
+		"{Src}macgui.h" ¶
+		"{Src}frame.h" ¶
+	"{Includes}sys:stat.h" ¶
+	"{Includes}alloca.h" ¶
+	"{Includes}sys:param.h"
+
 {Src}indent.c.x Ä ¶
 	{CONFIG_H_GROUP} ¶
 	"{Src}lisp.h" ¶
@@ -574,6 +600,9 @@
 	"{Src}puresize.h" ¶
 	{INTERVALS_H_GROUP}
 
+{Src}lastfile.c.x Ä ¶
+	{CONFIG_H_GROUP}
+
 {Src}lread.c.x Ä ¶
 	{CONFIG_H_GROUP} ¶
 	"{Includes}sys:types.h" ¶
@@ -935,7 +964,6 @@
 EmacsSource = ¶
 	"{Src}abbrev.c" ¶
 	"{Src}alloc.c" ¶
-	"{Src}alloca.c" ¶
 	"{Src}atimer.c" ¶
 	"{Src}buffer.c" ¶
 	"{Src}bytecode.c" ¶
@@ -964,12 +992,15 @@
 	"{Src}fns.c" ¶
 	"{Src}fontset.c" ¶
 	"{Src}frame.c" ¶
+	"{Src}fringe.c" ¶
 	"{Src}getloadavg.c" ¶
+	"{Src}image.c" ¶
 	"{Src}indent.c" ¶
 	"{Src}insdel.c" ¶
 	"{Src}intervals.c" ¶
 	"{Src}keyboard.c" ¶
 	"{Src}keymap.c" ¶
+	"{Src}lastfile.c" ¶
 	"{Src}lread.c" ¶
 	"{Src}macros.c" ¶
 	"{Src}marker.c" ¶
@@ -1017,7 +1048,7 @@
 	{Lisp}international:codepage.elc ¶
 	{Lisp}abbrev.elc ¶
 	{Lisp}buff-menu.elc ¶
-	{Lisp}byte-run.elc ¶
+	{Lisp}emacs-lisp:byte-run.elc ¶
 	{Lisp}cus-start.el ¶
 	{Lisp}custom.elc ¶
 	{Lisp}emacs-lisp:lisp-mode.elc ¶
@@ -1025,7 +1056,7 @@
 	{Lisp}facemenu.elc ¶
 	{Lisp}faces.elc ¶
 	{Lisp}files.elc ¶
-	{Lisp}float-sup.elc ¶
+	{Lisp}emacs-lisp:float-sup.elc ¶
 	{Lisp}format.elc ¶
 	{Lisp}frame.elc ¶
 	{Lisp}help.elc ¶
@@ -1034,7 +1065,7 @@
 	{Lisp}loadup.el ¶
 	{Lisp}loaddefs.el ¶
 	{Lisp}bindings.elc ¶
-	{Lisp}map-ynp.elc ¶
+	{Lisp}emacs-lisp:map-ynp.elc ¶
 	{Lisp}international:mule.elc ¶
 	{Lisp}international:mule-conf.el ¶
 	{Lisp}international:mule-cmds.elc ¶