changeset 61779:18d374978576

(MacObjects): Add macselect.c.x. (macselect.c.x): New target. (mac.c): Fix dependency.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 24 Apr 2005 06:00:33 +0000
parents 1b44d34506e4
children ee81206f1c6b
files mac/makefile.MPW
diffstat 1 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/makefile.MPW	Sun Apr 24 05:59:52 2005 +0000
+++ b/mac/makefile.MPW	Sun Apr 24 06:00:33 2005 +0000
@@ -133,6 +133,7 @@
 	"{Src}mac.c.x" ¶
 	"{Src}macfns.c.x" ¶
 	"{Src}macmenu.c.x" ¶
+	"{Src}macselect.c.x" ¶
 	"{Src}macterm.c.x"
 
 StdLibraries = ¶
@@ -881,6 +882,14 @@
 	"{Includes}sys:types.h" ¶
 	{DISPEXTERN_H_GROUP}
 
+{Src}macselect.c.x Ä ¶
+	{CONFIG_H_GROUP} ¶
+	"{Src}lisp.h" ¶
+	"{Src}macterm.h" ¶
+		"{Src}macgui.h" ¶
+		"{Src}frame.h" ¶
+	{BLOCKINPUT_H_GROUP}
+
 {Src}mac.c Ä ¶
 	{CONFIG_H_GROUP} ¶
 	"{Includes}utime.h" ¶
@@ -895,7 +904,14 @@
 	"{Src}sysselect.h" ¶
 	"{Src}systime.h" ¶
 		"{Includes}sys:time.h" ¶
-	"{Includes}utsname.h"
+	"{Includes}utsname.h" ¶
+	"{Src}macterm.h" ¶
+		"{Src}macgui.h" ¶
+		"{Src}frame.h" ¶
+	{BLOCKINPUT_H_GROUP} ¶
+	"{Src}charset.h" ¶
+	"{Src}coding.h" ¶
+		"{Src}ccl.h"
 
 {Src}macfns.c Ä ¶
 	{CONFIG_H_GROUP} ¶