emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Tue, 13 May 2003 22:02:47 -0400

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.275 emacs/src/Makefile.in:1.276
*** emacs/src/Makefile.in:1.275 Fri May  9 09:54:51 2003
--- emacs/src/Makefile.in       Tue May 13 22:02:47 2003
***************
*** 74,86 ****
  #define NOT_C_CODE
  #include "config.h"
  
! /* We won't really call alloca;
!    don't let the file name alloca.c get messed up.  */
  #ifdef alloca
  #undef alloca
  #endif
  
! /* Don't let the file name mktime.c get messed up.  */
  #ifdef mktime
  #undef mktime
  #endif
--- 74,86 ----
  #define NOT_C_CODE
  #include "config.h"
  
! /* We won\'t really call alloca;
!    don\'t let the file name alloca.c get messed up.  */
  #ifdef alloca
  #undef alloca
  #endif
  
! /* Don\'t let the file name mktime.c get messed up.  */
  #ifdef mktime
  #undef mktime
  #endif
***************
*** 95,101 ****
  #endif
  
  /* On some machines #define register is done in config;
!    don't let it interfere with this file.  */
  #undef register
  
  /* On some systems we may not be able to use the system make command. */
--- 95,101 ----
  #endif
  
  /* On some machines #define register is done in config;
!    don\'t let it interfere with this file.  */
  #undef register
  
  /* On some systems we may not be able to use the system make command. */
***************
*** 115,121 ****
  #endif
  #endif
  
! /* Some machines don't find the standard C libraries in the usual place.  */
  #ifndef ORDINARY_LINK
  #ifndef LIB_STANDARD
  #define LIB_STANDARD -lc
--- 115,121 ----
  #endif
  #endif
  
! /* Some machines don\'t find the standard C libraries in the usual place.  */
  #ifndef ORDINARY_LINK
  #ifndef LIB_STANDARD
  #define LIB_STANDARD -lc
***************
*** 247,253 ****
  #endif /* not ORDINARY_LINK */
  
  
! /* cc switches needed to make `asm' keyword work.
     Nothing special needed on most machines.  */
  #ifndef C_SWITCH_ASM
  #define C_SWITCH_ASM
--- 247,253 ----
  #endif /* not ORDINARY_LINK */
  
  
! /* cc switches needed to make ``asm'' keyword work.
     Nothing special needed on most machines.  */
  #ifndef C_SWITCH_ASM
  #define C_SWITCH_ASM
***************
*** 276,282 ****
     for use in Emacs.
  
     -DHAVE_CONFIG_H is needed for some other files to take advantage of
!    the information in `config.h'.  */
  
  /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
     since it may have -I options that should override those two.  */
--- 276,282 ----
     for use in Emacs.
  
     -DHAVE_CONFIG_H is needed for some other files to take advantage of
!    the information in ``config.h''.  */
  
  /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
     since it may have -I options that should override those two.  */
***************
*** 333,339 ****
  #else /* not HAVE_MENUS */
  
  /* Otherwise, omit xmenu.o from the list of X object files, and
!    don't worry about the menu library at all.  */
  XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o
  LIBXMENU=
  #endif /* not HAVE_MENUS */
--- 333,339 ----
  #else /* not HAVE_MENUS */
  
  /* Otherwise, omit xmenu.o from the list of X object files, and
!    don\'t worry about the menu library at all.  */
  XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o
  LIBXMENU=
  #endif /* not HAVE_MENUS */
***************
*** 378,384 ****
  #ifdef LIBXT_STATIC
  /* We assume the config files have defined STATIC_OPTION
     since that might depend on the operating system.
!    (Don't forget you need different definitions with and without __GNUC__.)  
*/
  LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
  #else /* not LIBXT_STATIC */
  LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
--- 378,384 ----
  #ifdef LIBXT_STATIC
  /* We assume the config files have defined STATIC_OPTION
     since that might depend on the operating system.
!    (Don\'t forget you need different definitions with and without __GNUC__.)  
*/
  LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
  #else /* not LIBXT_STATIC */
  LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
***************
*** 466,472 ****
     these same versions allow you to pass arbitrary flags on to the
     linker, so there's no reason not to use it as a linker.
  
!    Well, it's not quite perfect.  The `-nostdlib' keeps GCC from
     searching for libraries in its internal directories, so we have to
     ask GCC explicitly where to find libgcc.a.  */
  
--- 466,472 ----
     these same versions allow you to pass arbitrary flags on to the
     linker, so there's no reason not to use it as a linker.
  
!    Well, it's not quite perfect.  The ``-nostdlib'' keeps GCC from
     searching for libraries in its internal directories, so we have to
     ask GCC explicitly where to find libgcc.a.  */
  
***************
*** 483,491 ****
  
  #ifndef LINKER_WAS_SPECIFIED
  /* GCC passes any argument prefixed with -Xlinker directly to the
!    linker.  See prefix-args.c for an explanation of why we don't do
!    this with the shell's `for' construct.
!    Note that some people don't have '.'  in their paths, so we must
     use ./prefix-args.  */
  #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
  #else
--- 483,491 ----
  
  #ifndef LINKER_WAS_SPECIFIED
  /* GCC passes any argument prefixed with -Xlinker directly to the
!    linker.  See prefix-args.c for an explanation of why we don\'t do
!    this with the shell\'s ``for'' construct.
!    Note that some people don\'t have '.'  in their paths, so we must
     use ./prefix-args.  */
  #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
  #else
***************
*** 531,537 ****
  TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE 
LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
  
  /* A macro which other sections of Makefile can redefine to munge the
!    flags before they're passed to LD.  This is helpful if you have
     redefined LD to something odd, like "gcc".
     (The YMF prefix is a holdover from the old name "ymakefile".)
    */
--- 531,537 ----
  TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE 
LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
  
  /* A macro which other sections of Makefile can redefine to munge the
!    flags before they are passed to LD.  This is helpful if you have
     redefined LD to something odd, like "gcc".
     (The YMF prefix is a holdover from the old name "ymakefile".)
    */
***************
*** 673,680 ****
  #define WINNT_SUPPORT
  #endif
  
! /* List of Lisp files loaded into the dumped Emacs.  It's arranged
!    like this because it's easier to generate it semi-mechanically from
     loadup.el this way.
  
     Note that this list should not include lisp files which might not
--- 673,680 ----
  #define WINNT_SUPPORT
  #endif
  
! /* List of Lisp files loaded into the dumped Emacs.  It is arranged
!    like this because it is easier to generate it semi-mechanically from
     loadup.el this way.
  
     Note that this list should not include lisp files which might not
***************
*** 754,759 ****
--- 754,761 ----
        ${lispsource}register.elc \
        ${lispsource}replace.elc \
        ${lispsource}simple.elc \
+       ${lispsource}complete.elc \
+       ${lispsource}newcomment.elc \
        ${lispsource}startup.elc \
        ${lispsource}subr.elc \
        ${lispsource}term/tty-colors.elc \
***************
*** 844,849 ****
--- 846,853 ----
        ../lisp/register.elc \
        ../lisp/replace.elc \
        ../lisp/simple.elc \
+       ../lisp/complete.elc \
+       ../lisp/newcomment.elc \
        ../lisp/startup.elc \
        ../lisp/subr.elc \
        ../lisp/term/tty-colors.elc \
***************
*** 905,911 ****
        LC_ALL=C ./temacs -batch -l loadup dump
  #endif /* ! defined (HAVE_SHM) */
  #endif /* ! defined (CANNOT_DUMP) */
!       -./emacs -q -batch -f list-load-path-shadows
  
  /* We run make-docfile twice because the command line may get too long
     on some systems.  */
--- 909,915 ----
        LC_ALL=C ./temacs -batch -l loadup dump
  #endif /* ! defined (HAVE_SHM) */
  #endif /* ! defined (CANNOT_DUMP) */
!       ## -./emacs -q -batch -f list-load-path-shadows
  
  /* We run make-docfile twice because the command line may get too long
     on some systems.  */
***************
*** 915,921 ****
     for the first time, this prevents any variation between configurations
     in the contents of the DOC file.
     Likewise for ${SOME_MACHINE_LISP}.  */
! ${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP}
        -rm -f ${etc}DOC
        ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > 
${etc}DOC
        ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} 
${shortlisp}
--- 919,925 ----
     for the first time, this prevents any variation between configurations
     in the contents of the DOC file.
     Likewise for ${SOME_MACHINE_LISP}.  */
! ${etc}DOC: ${libsrc}make-docfile ${obj:regex.o=} ${shortlisp} 
${SOME_MACHINE_LISP}
        -rm -f ${etc}DOC
        ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > 
${etc}DOC
        ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} 
${shortlisp}
***************
*** 933,950 ****
      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
      OBJECTS_MACHINE ${LIBES}
  
! /* We don't use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
!    often contain options that have to do with using Emacs's crt0,
     which are only good with temacs.  */
  prefix-args${EXEEXT}: prefix-args.c $(config_h)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
  
! /* Don't lose if this was not defined.  */
  #ifndef OLDXMENU_OPTIONS
  #define OLDXMENU_OPTIONS
  #endif
  
! /* Don't lose if this was not defined.  */
  #ifndef LWLIB_OPTIONS
  #define LWLIB_OPTIONS
  #endif
--- 937,954 ----
      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
      OBJECTS_MACHINE ${LIBES}
  
! /* We don\'t use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
!    often contain options that have to do with using Emacs\'s crt0,
     which are only good with temacs.  */
  prefix-args${EXEEXT}: prefix-args.c $(config_h)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
  
! /* Don\'t lose if this was not defined.  */
  #ifndef OLDXMENU_OPTIONS
  #define OLDXMENU_OPTIONS
  #endif
  
! /* Don\'t lose if this was not defined.  */
  #ifndef LWLIB_OPTIONS
  #define LWLIB_OPTIONS
  #endif
***************
*** 1031,1037 ****
  
  #ifdef C_ALLOCA
  /* We could put something in alloca.c to #define free and malloc
!    whenever emacs was #defined, but that's not appropriate for all
     users of alloca in Emacs.  Check out ../lib-src/getopt.c.  */
  alloca.o : alloca.c
        $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
--- 1035,1041 ----
  
  #ifdef C_ALLOCA
  /* We could put something in alloca.c to #define free and malloc
!    whenever emacs was #defined, but that is not appropriate for all
     users of alloca in Emacs.  Check out ../lib-src/getopt.c.  */
  alloca.o : alloca.c
        $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
***************
*** 1045,1051 ****
        cp ${srcdir}/alloca.s allocatem.c
  /* Remove any ^L, blank lines, and preprocessor comments,
     since some assemblers barf on them.  Use a different basename for the
!    output file, since some stupid compilers (Green Hill's) use that
     name for the intermediate assembler file. */
        $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
        sed -e 's///' -e 's/^#.*//' | \
--- 1049,1055 ----
        cp ${srcdir}/alloca.s allocatem.c
  /* Remove any ^L, blank lines, and preprocessor comments,
     since some assemblers barf on them.  Use a different basename for the
!    output file, since some stupid compilers (Green Hill\'s) use that
     name for the intermediate assembler file. */
        $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
        sed -e 's///' -e 's/^#.*//' | \
***************
*** 1058,1222 ****
  #endif /* HAVE_ALLOCA */
  #endif /* ! defined (C_ALLOCA) */
  
- /* Nearly all the following files depend on lisp.h,
-    but it is not included as a dependency because
-    it is so often changed in ways that do not require any recompilation
-    and so rarely changed in ways that do require any.  */
- 
- abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
-       $(config_h)
- buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
-    dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \
-    $(config_h)
- callint.o: callint.c window.h commands.h buffer.h \
-    keyboard.h dispextern.h $(config_h)
- callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
-       process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
-         composite.h
- casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h 
$(config_h)
- casetab.o: casetab.c buffer.h $(config_h)
- category.o: category.c category.h buffer.h charset.h $(config_h)
- ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
- charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
-       $(config_h)
- coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h)
- cm.o: cm.c cm.h termhooks.h $(config_h)
- cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
-       msdos.h dispextern.h
- pre-crt0.o: pre-crt0.c
- ecrt0.o: ecrt0.c $(config_h)
-       CRT0_COMPILE ${srcdir}/ecrt0.c
- dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
-    systime.h
- dispnew.o: dispnew.c  systty.h systime.h commands.h process.h frame.h \
-    window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
-    disptab.h \
-    xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
-    $(config_h)
- doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h
- doprnt.o: doprnt.c charset.h $(config_h)
- dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
- editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
-    coding.h dispextern.h $(config_h)
- emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
-    termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)
- fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
-    coding.h ccl.h msdos.h dispextern.h $(config_h)
- filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
- filemode.o: filemode.c  $(config_h)
- frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
-    blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \
-    msdos.h dosfns.h dispextern.h $(config_h)
- fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
-    keyboard.h $(config_h)
- getloadavg.o: getloadavg.c $(config_h)
- indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
-    termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \
-    keyboard.h
- insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \
-    dispextern.h atimer.h systime.h $(config_h)
- keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
-    commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
-    systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
-    atimer.h xterm.h puresize.h msdos.h $(config_h)
- keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
-    atimer.h systime.h puresize.h charset.h intervals.h $(config_h)
- lastfile.o: lastfile.c  $(config_h)
- macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
-       dispextern.h $(config_h)
- malloc.o: malloc.c $(config_h)
- gmalloc.o: gmalloc.c $(config_h)
- ralloc.o: ralloc.c $(config_h)
- vm-limit.o: vm-limit.c mem-limits.h $(config_h)
- marker.o: marker.c buffer.h charset.h $(config_h)
- md5.o: md5.c md5.h $(config_h)
- minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
-    buffer.h commands.h charset.h msdos.h $(config_h)
- mktime.o: mktime.c $(config_h)
- msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
-    termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
-    keyboard.h $(config_h)
- process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
-    commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
-    blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
-    keyboard.h $(config_h)
- regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
- region-cache.o: region-cache.c buffer.h region-cache.h
- scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
-    $(config_h)
- search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
-    blockinput.h atimer.h systime.h category.h charset.h composite.h 
$(config_h)
- strftime.o: strftime.c $(config_h)
- syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
-    composite.h $(config_h)
- sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
-    process.h dispextern.h termhooks.h termchar.h termopts.h \
-    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h  $(config_h)
- term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
-    disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h
- 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)
- /* 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)
- w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h 
\
-    msdos.h $(config_h)
- widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
-    $(srcdir)/../lwlib/lwlib.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 dispextern.h msdos.h composite.h \
-    $(config_h)
- xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h 
coding.h \
-    termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
-    msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h
- xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
-    window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h 
$(config_h)
- xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
-    $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
-    charset.h gtkutil.h $(config_h)
- xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
-    keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \
-    gtkutil.h msdos.h $(config_h)
- xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
-   dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
-   keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \
-   coding.h process.h gtkutil.h $(config_h)
- xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
-   charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h)
- xrdb.o: xrdb.c $(config_h) epaths.h
- xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h
- gtkutil.o:  gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
-   blockinput.h window.h atimer.h termhooks.h
- 
- hftctl.o: hftctl.c $(config_h)
- sound.o: sound.c dispextern.h $(config_h)
- atimer.o: atimer.c atimer.h systime.h $(config_h)
- 
- /* The files of Lisp proper */
- 
- alloc.o: alloc.c process.h frame.h window.h buffer.h  puresize.h syssignal.h 
keyboard.h \
-  blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) 
$(INTERVAL_SRC)
- bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h)
- data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h 
$(config_h)
- eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
-   $(config_h)
- floatfns.o: floatfns.c $(config_h)
- fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
-  frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h
- print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \
-    $(config_h) dispextern.h msdos.h composite.h
- lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h 
$(config_h) \
-  termhooks.h coding.h msdos.h
- 
- /* Text properties support */
- textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
-       $(config_h)
- intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h 
$(config_h)
- composite.o: composite.c buffer.h  charset.h $(INTERVAL_SRC) $(config_h)
- 
  /* System-specific programs to be made.
     OTHER_FILES and OBJECTS_MACHINE
     select which of these should be compiled.  */
--- 1062,1067 ----
***************
*** 1326,1331 ****
--- 1171,1178 ----
  tags: TAGS TAGS-LISP $(lwlibdir)TAGS
  .PHONY: tags
  
+ depend:
+       makedepend -f .depend -- $(CPPFLAGS) $(ALL_CFLAGS) -- $(obj:.o=.c) 
$(otherobj:.o=.c)
  
  /* Bootstrapping.  */
  
***************
*** 1346,1348 ****
--- 1193,1196 ----
        mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT}
  #endif /* ! defined (CANNOT_DUMP) */
  
+ -include .depend




reply via email to

[Prev in Thread] Current Thread [Next in Thread]