changeset 80447:e73962462275

(MacObjects): Add mactoolbox.c.x. (mactoolbox.c.x): New target.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 06 Apr 2008 01:56:43 +0000
parents cb749087dcc9
children 53858dfefea5
files mac/makefile.MPW
diffstat 1 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/makefile.MPW	Sun Apr 06 01:54:44 2008 +0000
+++ b/mac/makefile.MPW	Sun Apr 06 01:56:43 2008 +0000
@@ -133,7 +133,8 @@
 	"{Src}macfns.c.x" ¶
 	"{Src}macmenu.c.x" ¶
 	"{Src}macselect.c.x" ¶
-	"{Src}macterm.c.x"
+	"{Src}macterm.c.x" ¶
+	"{Src}mactoolbox.c.x"
 
 StdLibraries = ¶
 	"{SharedLibraries}CarbonLib" ¶
@@ -981,6 +982,23 @@
 	"{Src}coding.h" ¶
 		"{Src}ccl.h"
 
+{Src}mactoolbox.c.x Ä ¶
+	{CONFIG_H_GROUP} ¶
+	"{Src}lisp.h" ¶
+	"{Src}macterm.h" ¶
+		"{Src}macgui.h" ¶
+		"{Src}frame.h" ¶
+	"{Src}charset.h" ¶
+	"{Src}coding.h" ¶
+		"{Src}ccl.h" ¶
+	{DISPEXTERN_H_GROUP} ¶
+	"{Src}fontset.h" ¶
+	"{Src}termhooks.h" ¶
+	"{Src}buffer.h" ¶
+	"{Src}window.h" ¶
+	"{Src}keyboard.h" ¶
+	{BLOCKINPUT_H_GROUP}
+
 
 #----------------------------------------#
 # Variables and rules for target "Clean" #