* makefile.w32-in (obj): Remove sunfns.o.
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
This commit is contained in:
parent
68013cfaa5
commit
04a697fefe
7 changed files with 15 additions and 6 deletions
|
@ -188,7 +188,6 @@ src/scroll.c
|
|||
src/search.c
|
||||
src/sound.c
|
||||
src/strftime.c
|
||||
src/sunfns.c
|
||||
src/sysdep.c
|
||||
src/termcap.c
|
||||
src/terminfo.c
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* makefile.w32-in (obj): Remove sunfns.o.
|
||||
|
||||
2007-10-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (obj): Remove abbrev.o.
|
||||
|
|
|
@ -142,7 +142,7 @@ $(BLD)/ctags.$(O): ctags.c
|
|||
# make-docfile blindly replaces .o with .c anyway. Keep .o in this list
|
||||
# as it is required by code in doc.c.
|
||||
#
|
||||
obj= sunfns.o dosfns.o msdos.o \
|
||||
obj= dosfns.o msdos.o \
|
||||
xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \
|
||||
mac.o macterm.o macfns.o macmenu.o fontset.o \
|
||||
w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
|
||||
|
||||
2007-09-13 Seiji Zenitani <zenitani@mac.com>
|
||||
Takanori Yamamoto <takanori.yamamoto@gmail.com>
|
||||
Kentaro Ohkouchi <nanasess@fsm.ne.jp>
|
||||
|
|
|
@ -1017,7 +1017,7 @@ DistClean
|
|||
# Variables and rules for target "Doc" #
|
||||
#--------------------------------------#
|
||||
|
||||
SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o ¶
|
||||
SOME_MACHINE_OBJECTS = dosfns.o msdos.o ¶
|
||||
xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶
|
||||
mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶
|
||||
w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* Makefile.in: Remove references to sunfns.c and sunfns.o.
|
||||
|
||||
2007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org>
|
||||
|
||||
* macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
|
||||
|
|
|
@ -604,7 +604,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
|
|||
/* Object files used on some machine or other.
|
||||
These go in the DOC file on all machines
|
||||
in case they are needed there. */
|
||||
SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
|
||||
SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
|
||||
xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
|
||||
mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
|
||||
w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
|
||||
|
@ -1266,8 +1266,6 @@ composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h)
|
|||
OTHER_FILES and OBJECTS_MACHINE
|
||||
select which of these should be compiled. */
|
||||
|
||||
sunfns.o: sunfns.c buffer.h window.h dispextern.h termhooks.h $(config_h)
|
||||
|
||||
#ifdef HAVE_CARBON
|
||||
buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
|
||||
fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \
|
||||
|
|
Loading…
Add table
Reference in a new issue