X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/87833fb6f9af580201603649a95e36c0cedc56d4..8a1bbe07a8148ac73f77fd47ad256bf55214f83b:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 5562d50451..d1f699d979 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,37 +1,34 @@ -/* Makefile for GNU Emacs. - Copyright (C) 1985, 1987, 1988, 1993 Free Software Foundation, Inc. +# Makefile for GNU Emacs. +# Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. -This file is part of GNU Emacs. +# This file is part of GNU Emacs. -GNU Emacs is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +# GNU Emacs is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. -GNU Emacs is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +# GNU Emacs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +# You should have received a copy of the GNU General Public License +# along with GNU Emacs; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* BSD doesn't have it as a default. */ -MAKE = make - -/* Here are the things that we expect ../configure to edit. */ +# Here are the things that we expect ../configure to edit. srcdir=@srcdir@ VPATH=@srcdir@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ LN_S=@LN_S@ -/* These escaped doublequotes become part of the macro definition in emacs.c. - Thus, the definition is a C string constant. */ -configuration=\"@configuration@\" +# Substitute an assignment for the MAKE variable, because +# BSD doesn't have it as a default. +@SET_MAKE@ -/* On Xenix and the IBM RS6000, double-dot gets screwed up. */ +# On Xenix and the IBM RS6000, double-dot gets screwed up. dot = . lispdir = ${srcdir}/$(dot)$(dot)/lisp/ libsrc = $(dot)$(dot)/lib-src/ @@ -40,7 +37,14 @@ shortnamesdir = $(dot)$(dot)/shortnames/ cppdir = $(dot)$(dot)/cpp/ oldXMenudir = $(dot)$(dot)/oldXMenu/ lwlibdir = $(dot)$(dot)/lwlib/ -config_h = config.h + +# Configuration files for .o files to depend on. +M_FILE = ${srcdir}/@machfile@ +S_FILE = ${srcdir}/@opsysfile@ +config_h = config.h $(M_FILE) $(S_FILE) + +# ========================== start of cpp stuff ======================= */ +/* From here on, comments must be done in C syntax. */ CPPFLAGS= LDFLAGS= @@ -70,14 +74,20 @@ SHELL=/bin/sh /* On some systems we may not be able to use the system make command. */ #ifdef MAKE_COMMAND MAKE = MAKE_COMMAND -#else -MAKE=make #endif #ifdef C_COMPILER CC = C_COMPILER #endif +/* GNU libc requires ORDINARY_LINK so that its own crt0 is used. + Linux is an exception because it uses a funny variant of GNU libc. */ +#ifdef __GNU_LIBRARY__ +#ifndef LINUX +#define ORDINARY_LINK +#endif +#endif + /* Some machines don't find the standard C libraries in the usual place. */ #ifndef ORDINARY_LINK #ifndef LIB_STANDARD @@ -224,9 +234,6 @@ SHORT= shortnames at initial startup, then labeled as part of the text area when Emacs is dumped for the first time, and never changed again. */ -/* If you want to debug, you can add C_DEBUG_SWITCH to this list. - If you want to optimize, you can add C_OPTIMIZE_SWITCH to the list. */ - /* -Demacs is needed to make some files produce the correct version for use in Emacs. @@ -289,13 +296,32 @@ LIBXMENU= #endif /* not HAVE_X_MENU */ #ifdef USE_X_TOOLKIT -LIBXT= -lXaw -lXt -lXmu +#define @X_TOOLKIT_TYPE@ +#if defined (LUCID) || defined (ATHENA) +LIBW= -lXaw +#endif +#ifdef MOTIF +#ifdef LIB_MOTIF +LIBW= LIB_MOTIF +#else +LIBW= -lXm +#endif +#endif +#ifdef OPEN_LOOK +LIBW= -lXol +#endif + +#ifdef HAVE_X11XTR6 +LIBXTR6 = -lSM -lICE +#endif + +LIBXT= $(LIBW) -lXt $(LIBXTR6) -lXmu -lXext #else LIBXT= #endif #ifdef HAVE_X11 -LIBX= $(LIBXMENU) $(LIBXT) LD_SWITCH_X_SITE LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM +LIBX= $(LIBXMENU) LD_SWITCH_X_SITE $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM #else /* not HAVE_X11 */ LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM #endif /* not HAVE_X11 */ @@ -375,7 +401,7 @@ LD=ld #endif /* not COFF_ENCAPSULATE */ #endif /* not ORDINARY_LINK */ -ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE +ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) /* A macro which other sections of ymakefile can redefine to munge the flags before they're passed to LD. This is helpful if you have @@ -481,11 +507,18 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) #endif #ifdef MULTI_FRAME -#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc +#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \ + ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc #else #define FRAME_SUPPORT #endif +#ifdef HAVE_X_WINDOWS +#define X_WINDOWS_SUPPORT +#else +#define X_WINDOWS_SUPPORT +#endif + #ifdef VMS #define VMS_SUPPORT ${lispdir}vmsproc.elc ${lispdir}vms-patch #else @@ -498,11 +531,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) Note that this list should not include lisp files which might not be present, like site-load.el and site-init.el; this makefile - expects them all to be either present or buildable. - - It should not include version.el. That file is often changed by - the build process itself, but most of the files which want to - depend on lisp.h don't care about those changes. */ + expects them all to be either present or buildable. */ lisp= \ ${lispdir}abbrev.elc \ ${lispdir}buff-menu.elc \ @@ -512,6 +541,7 @@ lisp= \ ${lispdir}fill.elc \ FLOAT_SUPPORT \ FRAME_SUPPORT \ + X_WINDOWS_SUPPORT \ ${lispdir}help.elc \ ${lispdir}indent.elc \ ${lispdir}isearch.elc \ @@ -530,7 +560,8 @@ lisp= \ ${lispdir}text-mode.elc \ ${lispdir}vc-hooks.elc \ VMS_SUPPORT \ - ${lispdir}window.elc + ${lispdir}window.elc \ + ${lispdir}version.el /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get @@ -558,6 +589,7 @@ all: emacs OTHER_FILES emacs: temacs ${etc}DOC ${lisp} #ifdef CANNOT_DUMP + rm -f emacs ln temacs emacs #else #ifdef HAVE_SHM @@ -570,10 +602,10 @@ emacs: temacs ${etc}DOC ${lisp} ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} rm -f ${etc}DOC ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ - ${lisp} ${lispdir}version.el > ${etc}DOC + ${lisp} > ${etc}DOC ${libsrc}make-docfile: - cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile ../arch-lib + cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile /* Some systems define this to cause parallel Make-ing. */ #ifndef MAKE_PARALLEL @@ -581,7 +613,7 @@ ${libsrc}make-docfile: #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} @@ -702,7 +734,7 @@ alloca.o : alloca.c $(ALL_CFLAGS) ${srcdir}/alloca.c #else #ifndef HAVE_ALLOCA -alloca.o : alloca.s config.h +alloca.o : alloca.s $(config_h) /* $(CPP) is cc -E, which may get confused by filenames that do not end in .c. So copy file to a safe name. */ cp ${srcdir}/alloca.s allocatem.c @@ -747,7 +779,6 @@ doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h doprnt.o : doprnt.c editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) - $(CC) -c -DCONFIGURATION="$(configuration)" $(CPPFLAGS) $(ALL_CFLAGS) $< fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) filelock.o : filelock.c buffer.h paths.h $(config_h) filemode.o : filemode.c $(config_h) @@ -786,7 +817,10 @@ termcap.o : termcap.c $(config_h) terminfo.o : terminfo.c $(config_h) tparam.o : tparam.c $(config_h) undo.o : undo.c buffer.h commands.h $(config_h) -UNEXEC : UNEXEC_SRC $(config_h) +/* This hack is to discard any space that cpp might put at the beginning + of UNEXEC when substituting it in. */ +UNEXEC_ALIAS=UNEXEC +$(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h) widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ termhooks.h disptab.h keyboard.h $(config_h) @@ -830,7 +864,7 @@ sunfns.o : sunfns.c buffer.h $(config_h) ${libsrc}emacstool: ${libsrc}emacstool.c cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool mostlyclean: - rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a + rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC clean: mostlyclean rm -f emacs-* emacs @@ -855,8 +889,14 @@ unlock: relock: chmod -w $(SOURCES) chmod +w paths.h -tagsfiles = [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el -TAGS: $(tagsfiles) - etags $(tagsfiles) -tags: TAGS + +/* Arrange to make a tags table in ../lisp, and another in this dir + which includes ../lisp/TAGS by reference. */ +ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c +lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el +TAGS: $(ctagsfiles) + ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) +../lisp/TAGS: $(lisptagsfiles) + cd ../lisp; $(MAKE) TAGS +tags: TAGS ../lisp/TAGS .PHONY: tags