comparison src/Makefile.in @ 61782:5d27eef91c1e

(MAC_OBJ): Add macselect.o. (SOME_MACHINE_OBJECTS): Likewise. (mac.o): Depend on ccl.h. (macselect.o): New target.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 24 Apr 2005 06:02:27 +0000
parents 9b7b62fc3d45
children 48e3a972c107 ad07ff6e4555 08185296b491
comparison
equal deleted inserted replaced
61781:96fbfd1179f3 61782:5d27eef91c1e
568 CYGWIN_OBJ = sheap.o 568 CYGWIN_OBJ = sheap.o
569 #endif 569 #endif
570 570
571 #ifdef HAVE_CARBON 571 #ifdef HAVE_CARBON
572 mac = $(dot)$(dot)/mac/ 572 mac = $(dot)$(dot)/mac/
573 MAC_OBJ = mac.o macterm.o macfns.o macmenu.o fontset.o fringe.o image.o 573 MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o
574 emacsapp = $(PWD)/$(mac)Emacs.app/ 574 emacsapp = $(PWD)/$(mac)Emacs.app/
575 emacsappsrc = ${srcdir}/../mac/Emacs.app/ 575 emacsappsrc = ${srcdir}/../mac/Emacs.app/
576 #endif 576 #endif
577 577
578 /* lastfile must follow all files 578 /* lastfile must follow all files
595 /* Object files used on some machine or other. 595 /* Object files used on some machine or other.
596 These go in the DOC file on all machines 596 These go in the DOC file on all machines
597 in case they are needed there. */ 597 in case they are needed there. */
598 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ 598 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
599 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ 599 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
600 mac.o macterm.o macfns.o macmenu.o fontset.o \ 600 mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
601 w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ 601 w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
602 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o 602 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
603 603
604 604
605 #ifdef TERMINFO 605 #ifdef TERMINFO
1233 abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ 1233 abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
1234 fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ 1234 fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \
1235 scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ 1235 scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \
1236 xterm.o xselect.o sound.o: macgui.h 1236 xterm.o xselect.o sound.o: macgui.h
1237 mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \ 1237 mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \
1238 coding.h $(config_h) 1238 coding.h ccl.h $(config_h)
1239 macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ 1239 macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \
1240 dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ 1240 dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
1241 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) 1241 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
1242 macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ 1242 macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \
1243 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) 1243 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h)
1244 macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ 1244 macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1245 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ 1245 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \
1246 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ 1246 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \
1247 process.h coding.h $(config_h) 1247 process.h coding.h $(config_h)
1248 macselect.o: blockinput.h macterm.h macgui.h frame.h $(config_h)
1248 1249
1249 ${emacsapp}Contents/Resources/English.lproj: 1250 ${emacsapp}Contents/Resources/English.lproj:
1250 mkdir -p $@ 1251 mkdir -p $@
1251 1252
1252 ifneq (${emacsapp},${emacsappsrc}) 1253 ifneq (${emacsapp},${emacsappsrc})