From: YAMAMOTO Mitsuharu Date: Sun, 6 Apr 2008 01:57:25 +0000 (+0000) Subject: (MAC_OBJ): Add mactoolbox.o. X-Git-Tag: emacs-pretest-22.2.90~232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4f1eb1002f4d49d64cf2452d55b120a71526dc7;p=emacs.git (MAC_OBJ): Add mactoolbox.o. (mactoolbox.o): New target. --- diff --git a/src/Makefile.in b/src/Makefile.in index 74ab05bec9c..97c630e24c0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -575,7 +575,7 @@ CYGWIN_OBJ = sheap.o #ifdef HAVE_CARBON mac = $(dot)$(dot)/mac/ -MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o +MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o emacsapp = $(PWD)/$(mac)Emacs.app/ emacsappsrc = ${srcdir}/../mac/Emacs.app/ #endif @@ -1287,6 +1287,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ process.h coding.h $(config_h) macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ keymap.h $(config_h) +mactoolbox.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ + charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h \ + window.h keyboard.h $(config_h) ${emacsapp}Contents/Resources/English.lproj: mkdir -p $@