(MacObjects): Add mactoolbox.c.x.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 6 Apr 2008 01:56:59 +0000 (01:56 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 6 Apr 2008 01:56:59 +0000 (01:56 +0000)
(mactoolbox.c.x): New target.

mac/ChangeLog
mac/makefile.MPW

index 94f2afe..e9f832f 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * makefile.MPW (MacObjects): Add mactoolbox.c.x.
+       (mactoolbox.c.x): New target.
+
 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 22.2 released.
index 923dedb..a95a16e 100644 (file)
@@ -133,7 +133,8 @@ MacObjects = 
        "{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 @@ buildobj.lst 
        "{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" #