/[emacs]/emacs/src/Makefile.in
ViewVC logotype

Diff of /emacs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.276 by jpw, Sat May 31 22:16:58 2003 UTC revision 1.276.2.1 by fx, Wed Jun 11 11:37:48 2003 UTC
# Line 30  Line 30 
30  # Here are the things that we expect ../configure to edit.  # Here are the things that we expect ../configure to edit.
31  # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.  # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
32  srcdir=@srcdir@  srcdir=@srcdir@
33    top_srcdir=@top_srcdir@
34  VPATH=@srcdir@  VPATH=@srcdir@
35  CC=@CC@  CC=@CC@
36  CPP=@CPP@  CPP=@CPP@
37  CFLAGS=@CFLAGS@  CFLAGS=@CFLAGS@
 CPPFLAGS=@CPPFLAGS@  
38  LDFLAGS=@LDFLAGS@  LDFLAGS=@LDFLAGS@
39  LN_S=@LN_S@  LN_S=@LN_S@
40  EXEEXT=@EXEEXT@  EXEEXT=@EXEEXT@
# Line 74  SHELL=/bin/sh Line 74  SHELL=/bin/sh
74  #define NOT_C_CODE  #define NOT_C_CODE
75  #include "config.h"  #include "config.h"
76    
77    #ifdef BOEHM_GC
78    CPPFLAGS=@CPPFLAGS@ -I$(top_srcdir)/gc/include
79    #else
80    CPPFLAGS=@CPPFLAGS@
81    #endif
82    
83  /* We won't really call alloca;  /* We won't really call alloca;
84     don't let the file name alloca.c get messed up.  */     don't let the file name alloca.c get messed up.  */
85  #ifdef alloca  #ifdef alloca
# Line 621  gmallocobj = gmalloc.o Line 627  gmallocobj = gmalloc.o
627  rallocobj = ralloc.o  rallocobj = ralloc.o
628  #endif  #endif
629    
630  mallocobj = $(gmallocobj) $(rallocobj) vm-limit.o  #ifdef BOEHM_GC
631    gclib = $(top_srcdir)/gc/.libs/libgc.a
632    #endif
633    
634    mallocobj = $(gmallocobj) $(rallocobj) $(gclib) vm-limit.o
635    
636  #endif /* SYSTEM_MALLOC */  #endif /* SYSTEM_MALLOC */
637    
# Line 1315  ctagsfiles2 = [a-wA-W]*.[hc] Line 1325  ctagsfiles2 = [a-wA-W]*.[hc]
1325  TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)  TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
1326          ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \          ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \
1327            --regex='/[   ]*DEFVAR_[A-Z_  (]+"\([^"]+\)"/' \            --regex='/[   ]*DEFVAR_[A-Z_  (]+"\([^"]+\)"/' \
1328            $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)             $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
1329  frc:  frc:
1330  TAGS-LISP: frc  TAGS-LISP: frc
1331          $(MAKE) -f ${lispdir}Makefile TAGS-LISP ETAGS=../lib-src/etags          $(MAKE) -f ${lispdir}Makefile TAGS-LISP ETAGS=../lib-src/etags

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.276.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26