aboutsummaryrefslogtreecommitdiffstats
path: root/mac/makefile.MPW
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-04-24 06:00:33 +0000
committerYAMAMOTO Mitsuharu2005-04-24 06:00:33 +0000
commit1435580fd2c77d23232201120127fdef46ca0beb (patch)
tree57c98dfac633c035497d07522c8b5664c43ff036 /mac/makefile.MPW
parent853065b67fa3f52924252eae8beebb224c710de6 (diff)
downloademacs-1435580fd2c77d23232201120127fdef46ca0beb.tar.gz
emacs-1435580fd2c77d23232201120127fdef46ca0beb.zip
(MacObjects): Add macselect.c.x.
(macselect.c.x): New target. (mac.c): Fix dependency.
Diffstat (limited to 'mac/makefile.MPW')
-rw-r--r--mac/makefile.MPW18
1 files changed, 17 insertions, 1 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW
index 02ead320649..e7c7e438973 100644
--- a/mac/makefile.MPW
+++ b/mac/makefile.MPW
@@ -133,6 +133,7 @@ MacObjects = ¶
133 "{Src}mac.c.x" ¶ 133 "{Src}mac.c.x" ¶
134 "{Src}macfns.c.x" ¶ 134 "{Src}macfns.c.x" ¶
135 "{Src}macmenu.c.x" ¶ 135 "{Src}macmenu.c.x" ¶
136 "{Src}macselect.c.x" ¶
136 "{Src}macterm.c.x" 137 "{Src}macterm.c.x"
137 138
138StdLibraries = ¶ 139StdLibraries = ¶
@@ -881,6 +882,14 @@ NonCarbon Ä
881 "{Includes}sys:types.h" ¶ 882 "{Includes}sys:types.h" ¶
882 {DISPEXTERN_H_GROUP} 883 {DISPEXTERN_H_GROUP}
883 884
885{Src}macselect.c.x Ä ¶
886 {CONFIG_H_GROUP} ¶
887 "{Src}lisp.h" ¶
888 "{Src}macterm.h" ¶
889 "{Src}macgui.h" ¶
890 "{Src}frame.h" ¶
891 {BLOCKINPUT_H_GROUP}
892
884{Src}mac.c Ä ¶ 893{Src}mac.c Ä ¶
885 {CONFIG_H_GROUP} ¶ 894 {CONFIG_H_GROUP} ¶
886 "{Includes}utime.h" ¶ 895 "{Includes}utime.h" ¶
@@ -895,7 +904,14 @@ NonCarbon Ä
895 "{Src}sysselect.h" ¶ 904 "{Src}sysselect.h" ¶
896 "{Src}systime.h" ¶ 905 "{Src}systime.h" ¶
897 "{Includes}sys:time.h" ¶ 906 "{Includes}sys:time.h" ¶
898 "{Includes}utsname.h" 907 "{Includes}utsname.h" ¶
908 "{Src}macterm.h" ¶
909 "{Src}macgui.h" ¶
910 "{Src}frame.h" ¶
911 {BLOCKINPUT_H_GROUP} ¶
912 "{Src}charset.h" ¶
913 "{Src}coding.h" ¶
914 "{Src}ccl.h"
899 915
900{Src}macfns.c Ä ¶ 916{Src}macfns.c Ä ¶
901 {CONFIG_H_GROUP} ¶ 917 {CONFIG_H_GROUP} ¶