emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/Makefile.in [lexbind]
Date: Tue, 14 Oct 2003 19:59:20 -0400

Index: emacs/lib-src/Makefile.in
diff -c emacs/lib-src/Makefile.in:1.126.2.1 emacs/lib-src/Makefile.in:1.126.2.2
*** emacs/lib-src/Makefile.in:1.126.2.1 Fri Apr  4 01:19:54 2003
--- emacs/lib-src/Makefile.in   Tue Oct 14 19:59:13 2003
***************
*** 27,33 ****
  
  address@hidden@
  address@hidden@
- address@hidden@
  address@hidden@
  address@hidden@
  address@hidden@
--- 27,32 ----
***************
*** 145,156 ****
  #define NOT_C_CODE
  #include "../src/config.h"
  
- /* We won't really call alloca;
-    don't let the file name alloca.c get messed up.  */
- #ifdef alloca
- #undef alloca
- #endif
- 
  /* Some machines don\'t find the standard C libraries in the usual place.  */
  #ifndef ORDINARY_LINK
  #ifndef LIB_STANDARD_LIBSRC
--- 144,149 ----
***************
*** 234,242 ****
--- 227,239 ----
  
  LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) 
$(HESIODLIB)
  
+ #ifdef HAVE_LIBLOCKFILE
+ LIBS_MAIL=-llockfile
+ #else
  #ifdef HAVE_LIBMAIL
  LIBS_MAIL=-lmail
  #endif
+ #endif
  
  LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
  
***************
*** 385,398 ****
        $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c
        ./test-distrib ${srcdir}/testfile
  
! GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
  GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
  getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
        ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
  getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
        ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
- alloca.o: ${srcdir}/alloca.c
-       ${CC} -Demacs -c ${BASE_CFLAGS} ${srcdir}/alloca.c
  
  #ifdef REGEXP_IN_LIBC
  REGEXPOBJ =
--- 382,393 ----
        $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c
        ./test-distrib ${srcdir}/testfile
  
! GETOPTOBJS = getopt.o getopt1.o
  GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
  getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
        ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
  getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
        ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
  
  #ifdef REGEXP_IN_LIBC
  REGEXPOBJ =
***************
*** 425,432 ****
  digest-doc${EXEEXT}: ${srcdir}/digest-doc.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc
  
! sorted-doc${EXEEXT}: ${srcdir}/sorted-doc.c ${ALLOCA}
!       $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o 
sorted-doc
  
  b2m${EXEEXT}: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS)
        $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c  -DVERSION="\"${version}\"" \
--- 420,427 ----
  digest-doc${EXEEXT}: ${srcdir}/digest-doc.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc
  
! sorted-doc${EXEEXT}: ${srcdir}/sorted-doc.c
!       $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c $(LOADLIBES) -o sorted-doc
  
  b2m${EXEEXT}: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS)
        $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c  -DVERSION="\"${version}\"" \
***************
*** 483,485 ****
--- 478,483 ----
        $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
          -lxview -lolgx -lX  -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
          $(LOADLIBES)
+ 
+ /* arch-tag: cc40144d-fbd2-436b-9a22-dcb5b5b6a2af
+    (do not change this comment) */




reply via email to

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