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

Diff of /emacs/lib-src/Makefile.in

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

revision 1.136.4.1 by handa, Fri Apr 16 12:49:44 2004 UTC revision 1.136.4.2 by miles, Mon Jun 28 07:28:21 2004 UTC
# Line 1  Line 1 
1  # Makefile for lib-src subdirectory in GNU Emacs.  # Makefile for lib-src subdirectory in GNU Emacs.
2  # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003  # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004
3  #  Free Software Foundation, Inc.  #  Free Software Foundation, Inc.
4    
5  # This file is part of GNU Emacs.  # This file is part of GNU Emacs.
# Line 447  yow${EXEEXT}: ${srcdir}/yow.c ../src/epa Line 447  yow${EXEEXT}: ${srcdir}/yow.c ../src/epa
447    
448  emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)  emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
449          $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS)  \          $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS)  \
450             -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \             -DVERSION="\"${version}\"" \
451             $(LOADLIBES) -o emacsclient             $(LOADLIBES) -o emacsclient
452    
453  hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h  hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
# Line 478  xveterm${EXEEXT}: ${srcdir}/emacstool.c Line 478  xveterm${EXEEXT}: ${srcdir}/emacstool.c
478          $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \          $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
479            -lxview -lolgx -lX  -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \            -lxview -lolgx -lX  -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
480            $(LOADLIBES)            $(LOADLIBES)
   
 /* arch-tag: cc40144d-fbd2-436b-9a22-dcb5b5b6a2af  
    (do not change this comment) */  

Legend:
Removed from v.1.136.4.1  
changed lines
  Added in v.1.136.4.2

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