aboutsummaryrefslogtreecommitdiffstats
path: root/mac/makefile.MPW
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-04-06 01:56:59 +0000
committerYAMAMOTO Mitsuharu2008-04-06 01:56:59 +0000
commitf1a374593b45eb236a8dd5c3b8a12416ce39cb2e (patch)
treeaccfc4faadeea5fa362bb6af8e8552fc094bec8b /mac/makefile.MPW
parentba695106b417f95931b85f8103dd02f7849cdccd (diff)
downloademacs-f1a374593b45eb236a8dd5c3b8a12416ce39cb2e.tar.gz
emacs-f1a374593b45eb236a8dd5c3b8a12416ce39cb2e.zip
(MacObjects): Add mactoolbox.c.x.
(mactoolbox.c.x): New target.
Diffstat (limited to 'mac/makefile.MPW')
-rw-r--r--mac/makefile.MPW20
1 files changed, 19 insertions, 1 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW
index 923dedb3f52..a95a16ed40f 100644
--- a/mac/makefile.MPW
+++ b/mac/makefile.MPW
@@ -133,7 +133,8 @@ MacObjects = ¶
133 "{Src}macfns.c.x" ¶ 133 "{Src}macfns.c.x" ¶
134 "{Src}macmenu.c.x" ¶ 134 "{Src}macmenu.c.x" ¶
135 "{Src}macselect.c.x" ¶ 135 "{Src}macselect.c.x" ¶
136 "{Src}macterm.c.x" 136 "{Src}macterm.c.x" ¶
137 "{Src}mactoolbox.c.x"
137 138
138StdLibraries = ¶ 139StdLibraries = ¶
139 "{SharedLibraries}CarbonLib" ¶ 140 "{SharedLibraries}CarbonLib" ¶
@@ -981,6 +982,23 @@ buildobj.lst Ä
981 "{Src}coding.h" ¶ 982 "{Src}coding.h" ¶
982 "{Src}ccl.h" 983 "{Src}ccl.h"
983 984
985{Src}mactoolbox.c.x Ä ¶
986 {CONFIG_H_GROUP} ¶
987 "{Src}lisp.h" ¶
988 "{Src}macterm.h" ¶
989 "{Src}macgui.h" ¶
990 "{Src}frame.h" ¶
991 "{Src}charset.h" ¶
992 "{Src}coding.h" ¶
993 "{Src}ccl.h" ¶
994 {DISPEXTERN_H_GROUP} ¶
995 "{Src}fontset.h" ¶
996 "{Src}termhooks.h" ¶
997 "{Src}buffer.h" ¶
998 "{Src}window.h" ¶
999 "{Src}keyboard.h" ¶
1000 {BLOCKINPUT_H_GROUP}
1001
984 1002
985#----------------------------------------# 1003#----------------------------------------#
986# Variables and rules for target "Clean" # 1004# Variables and rules for target "Clean" #