diff options
| author | Glenn Morris | 2011-05-20 19:04:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-20 19:04:48 -0700 |
| commit | 33cf345f0c6ba2ff6422e773bc94e17125e60340 (patch) | |
| tree | fdddcd7b652dd4c3b1cc87f2985456746f1d9a6b /src | |
| parent | 32078c8d4891cc620249aee12a889669d65ce734 (diff) | |
| download | emacs-33cf345f0c6ba2ff6422e773bc94e17125e60340.tar.gz emacs-33cf345f0c6ba2ff6422e773bc94e17125e60340.zip | |
* src/Makefile.in (SOME_MACHINE_OBJECTS): Add some more files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 13 |
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 @@ | |||
| 1 | 2011-05-21 Glenn Morris <rgm@gnu.org> | 1 | 2011-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 | ||
| 5 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-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 | ||
| 150 | DBUS_CFLAGS = @DBUS_CFLAGS@ | 150 | DBUS_CFLAGS = @DBUS_CFLAGS@ |
| 151 | DBUS_LIBS = @DBUS_LIBS@ | 151 | DBUS_LIBS = @DBUS_LIBS@ |
| 152 | ## dbusbind.o if HAVE_DBUS, else empty. | ||
| 152 | DBUS_OBJ = @DBUS_OBJ@ | 153 | DBUS_OBJ = @DBUS_OBJ@ |
| 153 | 154 | ||
| 154 | GCONF_CFLAGS = @GCONF_CFLAGS@ | 155 | GCONF_CFLAGS = @GCONF_CFLAGS@ |
| 155 | GCONF_LIBS = @GCONF_LIBS@ | 156 | GCONF_LIBS = @GCONF_LIBS@ |
| 156 | 157 | ||
| 158 | ## gtkutil.o if USE_GTK, else empty. | ||
| 157 | GTK_OBJ=@GTK_OBJ@ | 159 | GTK_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). |
| 199 | LIBXMENU=@LIBXMENU@ | 201 | LIBXMENU=@LIBXMENU@ |
| 200 | 202 | ||
| 203 | ## xmenu.o if HAVE_X_WINDOWS, else empty. | ||
| 201 | XMENU_OBJ=@XMENU_OBJ@ | 204 | XMENU_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. | ||
| 202 | XOBJ=@XOBJ@ | 207 | XOBJ=@XOBJ@ |
| 203 | 208 | ||
| 204 | TOOLKIT_LIBW=@TOOLKIT_LIBW@ | 209 | TOOLKIT_LIBW=@TOOLKIT_LIBW@ |
| @@ -241,7 +246,9 @@ MSDOS_X_OBJ = | |||
| 241 | ns_appdir=@ns_appdir@ | 246 | ns_appdir=@ns_appdir@ |
| 242 | ns_appbindir=@ns_appbindir@ | 247 | ns_appbindir=@ns_appbindir@ |
| 243 | ns_appsrc=@ns_appsrc@ | 248 | ns_appsrc=@ns_appsrc@ |
| 249 | ## fontset.o fringe.o image.o if HAVE_NS, else empty. | ||
| 244 | NS_OBJ=@NS_OBJ@ | 250 | NS_OBJ=@NS_OBJ@ |
| 251 | ## nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o if HAVE_NS. | ||
| 245 | NS_OBJC_OBJ=@NS_OBJC_OBJ@ | 252 | NS_OBJC_OBJ=@NS_OBJC_OBJ@ |
| 246 | ## Only set if NS_IMPL_GNUSTEP. | 253 | ## Only set if NS_IMPL_GNUSTEP. |
| 247 | GNU_OBJC_CFLAGS=@GNU_OBJC_CFLAGS@ | 254 | GNU_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. | ||
| 336 | SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ | 345 | SOME_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. |
| 344 | GMALLOC_OBJ=@GMALLOC_OBJ@ | 355 | GMALLOC_OBJ=@GMALLOC_OBJ@ |