diff options
| author | YAMAMOTO Mitsuharu | 2008-04-06 01:57:25 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2008-04-06 01:57:25 +0000 |
| commit | f4f1eb1002f4d49d64cf2452d55b120a71526dc7 (patch) | |
| tree | 4de515c05650eac0e67d54e71e3182da5ad875fb | |
| parent | f1a374593b45eb236a8dd5c3b8a12416ce39cb2e (diff) | |
| download | emacs-f4f1eb1002f4d49d64cf2452d55b120a71526dc7.tar.gz emacs-f4f1eb1002f4d49d64cf2452d55b120a71526dc7.zip | |
(MAC_OBJ): Add mactoolbox.o.
(mactoolbox.o): New target.
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
| 575 | 575 | ||
| 576 | #ifdef HAVE_CARBON | 576 | #ifdef HAVE_CARBON |
| 577 | mac = $(dot)$(dot)/mac/ | 577 | mac = $(dot)$(dot)/mac/ |
| 578 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o | 578 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o |
| 579 | emacsapp = $(PWD)/$(mac)Emacs.app/ | 579 | emacsapp = $(PWD)/$(mac)Emacs.app/ |
| 580 | emacsappsrc = ${srcdir}/../mac/Emacs.app/ | 580 | emacsappsrc = ${srcdir}/../mac/Emacs.app/ |
| 581 | #endif | 581 | #endif |
| @@ -1287,6 +1287,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | |||
| 1287 | process.h coding.h $(config_h) | 1287 | process.h coding.h $(config_h) |
| 1288 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ | 1288 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ |
| 1289 | keymap.h $(config_h) | 1289 | keymap.h $(config_h) |
| 1290 | mactoolbox.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ | ||
| 1291 | charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h \ | ||
| 1292 | window.h keyboard.h $(config_h) | ||
| 1290 | 1293 | ||
| 1291 | ${emacsapp}Contents/Resources/English.lproj: | 1294 | ${emacsapp}Contents/Resources/English.lproj: |
| 1292 | mkdir -p $@ | 1295 | mkdir -p $@ |