aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2011-05-20 19:04:48 -0700
committerGlenn Morris2011-05-20 19:04:48 -0700
commit33cf345f0c6ba2ff6422e773bc94e17125e60340 (patch)
treefdddcd7b652dd4c3b1cc87f2985456746f1d9a6b /src
parent32078c8d4891cc620249aee12a889669d65ce734 (diff)
downloademacs-33cf345f0c6ba2ff6422e773bc94e17125e60340.tar.gz
emacs-33cf345f0c6ba2ff6422e773bc94e17125e60340.zip
* src/Makefile.in (SOME_MACHINE_OBJECTS): Add some more files.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in13
2 files changed, 14 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0d070a158a2..feed5157c8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,8 @@
12011-05-21 Glenn Morris <rgm@gnu.org> 12011-05-21 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in ($(etc)/DOC): Make second command line even shorter. 3 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
4 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
5 and add some more files.
4 6
52011-05-20 Eli Zaretskii <eliz@gnu.org> 72011-05-20 Eli Zaretskii <eliz@gnu.org>
6 8
diff --git a/src/Makefile.in b/src/Makefile.in
index eb80652516e..c4250b90633 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -149,11 +149,13 @@ M17N_FLT_LIBS = @M17N_FLT_LIBS@
149 149
150DBUS_CFLAGS = @DBUS_CFLAGS@ 150DBUS_CFLAGS = @DBUS_CFLAGS@
151DBUS_LIBS = @DBUS_LIBS@ 151DBUS_LIBS = @DBUS_LIBS@
152## dbusbind.o if HAVE_DBUS, else empty.
152DBUS_OBJ = @DBUS_OBJ@ 153DBUS_OBJ = @DBUS_OBJ@
153 154
154GCONF_CFLAGS = @GCONF_CFLAGS@ 155GCONF_CFLAGS = @GCONF_CFLAGS@
155GCONF_LIBS = @GCONF_LIBS@ 156GCONF_LIBS = @GCONF_LIBS@
156 157
158## gtkutil.o if USE_GTK, else empty.
157GTK_OBJ=@GTK_OBJ@ 159GTK_OBJ=@GTK_OBJ@
158 160
159## -ltermcap, or -lncurses, or -lcurses, or "". 161## -ltermcap, or -lncurses, or -lcurses, or "".
@@ -198,7 +200,10 @@ OLDXMENU_DEPS=@OLDXMENU_DEPS@
198## Else $(OLDXMENU). 200## Else $(OLDXMENU).
199LIBXMENU=@LIBXMENU@ 201LIBXMENU=@LIBXMENU@
200 202
203## xmenu.o if HAVE_X_WINDOWS, else empty.
201XMENU_OBJ=@XMENU_OBJ@ 204XMENU_OBJ=@XMENU_OBJ@
205## xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o
206## xsettings.o xgselect.o if HAVE_X_WINDOWS, else empty.
202XOBJ=@XOBJ@ 207XOBJ=@XOBJ@
203 208
204TOOLKIT_LIBW=@TOOLKIT_LIBW@ 209TOOLKIT_LIBW=@TOOLKIT_LIBW@
@@ -241,7 +246,9 @@ MSDOS_X_OBJ =
241ns_appdir=@ns_appdir@ 246ns_appdir=@ns_appdir@
242ns_appbindir=@ns_appbindir@ 247ns_appbindir=@ns_appbindir@
243ns_appsrc=@ns_appsrc@ 248ns_appsrc=@ns_appsrc@
249## fontset.o fringe.o image.o if HAVE_NS, else empty.
244NS_OBJ=@NS_OBJ@ 250NS_OBJ=@NS_OBJ@
251## nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o if HAVE_NS.
245NS_OBJC_OBJ=@NS_OBJC_OBJ@ 252NS_OBJC_OBJ=@NS_OBJC_OBJ@
246## Only set if NS_IMPL_GNUSTEP. 253## Only set if NS_IMPL_GNUSTEP.
247GNU_OBJC_CFLAGS=@GNU_OBJC_CFLAGS@ 254GNU_OBJC_CFLAGS=@GNU_OBJC_CFLAGS@
@@ -333,12 +340,16 @@ obj = $(base_obj) $(NS_OBJC_OBJ)
333 340
334## Object files used on some machine or other. 341## Object files used on some machine or other.
335## These go in the DOC file on all machines in case they are needed. 342## These go in the DOC file on all machines in case they are needed.
343## Some of them have no DOC entries, but it does no harm to have them
344## in the list, in case they ever add any such entries.
336SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ 345SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
337 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ 346 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
338 fontset.o dbusbind.o \ 347 fontset.o dbusbind.o \
339 nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \ 348 nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \
340 w32.o w32console.o w32fns.o w32heap.o w32inevt.o \ 349 w32.o w32console.o w32fns.o w32heap.o w32inevt.o \
341 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o $(FONT_OBJ) 350 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \
351 w16select.o widget.o xfont.o ftfont.o xftfont.o ftxfont.o gtkutil.o \
352 xsettings.o xgselect.o termcap.o
342 353
343## gmalloc.o if !SYSTEM_MALLOC && !DOUG_LEA_MALLOC, else empty. 354## gmalloc.o if !SYSTEM_MALLOC && !DOUG_LEA_MALLOC, else empty.
344GMALLOC_OBJ=@GMALLOC_OBJ@ 355GMALLOC_OBJ=@GMALLOC_OBJ@