aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-06-01 16:59:27 +0000
committerDan Nicolaescu2008-06-01 16:59:27 +0000
commit60a3d7ee193b5d45945dce4c72efe14915276d29 (patch)
treebd760eeab8e6aba8296976815704edc8349d9263 /src
parentfa68fa593381875942347c54897e7304114a5bbe (diff)
downloademacs-60a3d7ee193b5d45945dce4c72efe14915276d29.tar.gz
emacs-60a3d7ee193b5d45945dce4c72efe14915276d29.zip
(dot, dotdot): Remove, update users.
".." has been used elsewhere in the file for a long time. (LIBXT_STATIC): Remove conditional based on unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in54
2 files changed, 28 insertions, 32 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 526d0c07bb0..c9ca9a966aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (dot, dotdot): Remove, update users.
4 ".." has been used elsewhere in the file for a long time.
5 (LIBXT_STATIC): Remove conditional based on unused variable.
6
12008-06-01 Miles Bader <miles@gnu.org> 72008-06-01 Miles Bader <miles@gnu.org>
2 8
3 * xfaces.c (Vface_remapping_alist): New variable. 9 * xfaces.c (Vface_remapping_alist): New variable.
diff --git a/src/Makefile.in b/src/Makefile.in
index 4f9ccb81e7e..0b22dd9e4b8 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -51,16 +51,13 @@ version=@version@
51# LIBS = @LIBS@ 51# LIBS = @LIBS@
52LIBOBJS = @LIBOBJS@ 52LIBOBJS = @LIBOBJS@
53 53
54# On Xenix and the IBM RS6000, double-dot gets screwed up. 54lispsource = ${srcdir}/../lisp/
55dot = . 55admindir = $(srcdir)/../admin/
56dotdot = ${dot}${dot} 56libsrc = ../lib-src/
57lispsource = ${srcdir}/$(dot)$(dot)/lisp/ 57etc = ../etc/
58admindir = $(srcdir)/$(dot)$(dot)/admin/ 58oldXMenudir = ../oldXMenu/
59libsrc = $(dot)$(dot)/lib-src/ 59lwlibdir = ../lwlib/
60etc = $(dot)$(dot)/etc/ 60lispdir = ../lisp/
61oldXMenudir = $(dot)$(dot)/oldXMenu/
62lwlibdir = $(dot)$(dot)/lwlib/
63lispdir = $(dot)$(dot)/lisp/
64 61
65# Configuration files for .o files to depend on. 62# Configuration files for .o files to depend on.
66M_FILE = ${srcdir}/@machfile@ 63M_FILE = ${srcdir}/@machfile@
@@ -336,14 +333,7 @@ LIBXTR6 = -lSM -lICE
336#define LIBXMU -lXmu 333#define LIBXMU -lXmu
337#endif 334#endif
338 335
339#ifdef LIBXT_STATIC
340/* We assume the config files have defined STATIC_OPTION
341 since that might depend on the operating system.
342 (Do not forget you need different definitions with and without __GNUC__.) */
343LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
344#else /* not LIBXT_STATIC */
345LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext 336LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
346#endif /* not LIBXT_STATIC */
347 337
348#else /* not USE_X_TOOLKIT */ 338#else /* not USE_X_TOOLKIT */
349 339
@@ -531,7 +521,7 @@ CYGWIN_OBJ = sheap.o
531#endif 521#endif
532 522
533#ifdef HAVE_CARBON 523#ifdef HAVE_CARBON
534mac = $(dot)$(dot)/mac/ 524mac = ../mac/
535MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o 525MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o
536emacsapp = $(PWD)/$(mac)Emacs.app/ 526emacsapp = $(PWD)/$(mac)Emacs.app/
537emacsappsrc = ${srcdir}/../mac/Emacs.app/ 527emacsappsrc = ${srcdir}/../mac/Emacs.app/
@@ -872,21 +862,21 @@ shortlisp= \
872 We use ../lisp/ to start the file names 862 We use ../lisp/ to start the file names
873 to reduce the size of the argument list for make-docfile 863 to reduce the size of the argument list for make-docfile
874 for the sake of systems which can''t handle large ones. */ 864 for the sake of systems which can''t handle large ones. */
875SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ 865SOME_MACHINE_LISP = ../lisp/mouse.elc \
876 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ 866 ../lisp/select.elc ../lisp/scroll-bar.elc \
877 VMS_SUPPORT \ 867 VMS_SUPPORT \
878 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ 868 ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \
879 ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ 869 ../lisp/w32-fns.elc ../lisp/dos-w32.elc \
880 ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ 870 ../lisp/disp-table.elc ../lisp/dos-vars.elc \
881 ${dotdot}/lisp/tooltip.elc ${dotdot}/lisp/image.elc \ 871 ../lisp/tooltip.elc ../lisp/image.elc \
882 ${dotdot}/lisp/fringe.elc ${dotdot}/lisp/dnd.elc \ 872 ../lisp/fringe.elc ../lisp/dnd.elc \
883 ${dotdot}/lisp/mwheel.elc ${dotdot}/lisp/tool-bar.elc \ 873 ../lisp/mwheel.elc ../lisp/tool-bar.elc \
884 ${dotdot}/lisp/x-dnd.elc \ 874 ../lisp/x-dnd.elc \
885 ${dotdot}/lisp/international/ccl.elc \ 875 ../lisp/international/ccl.elc \
886 ${dotdot}/lisp/international/codepage.elc \ 876 ../lisp/international/codepage.elc \
887 ${dotdot}/lisp/international/fontset.elc \ 877 ../lisp/international/fontset.elc \
888 ${dotdot}/lisp/mouse.elc \ 878 ../lisp/mouse.elc \
889 ${dotdot}/lisp/term/x-win.elc 879 ../lisp/term/x-win.elc
890 880
891/* Construct full set of libraries to be linked. 881/* Construct full set of libraries to be linked.
892 Note that SunOS needs -lm to come before -lc; otherwise, you get 882 Note that SunOS needs -lm to come before -lc; otherwise, you get