/[ascend]/trunk/tcltk98/generic/interface/Makefile.in
ViewVC logotype

Diff of /trunk/tcltk98/generic/interface/Makefile.in

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

revision 535 by johnpye, Tue Apr 18 06:55:20 2006 UTC revision 536 by ben.allan, Tue Apr 25 15:59:51 2006 UTC
# Line 3  Line 3 
3  #  November 24, 1993  #  November 24, 1993
4    
5  SHELL = /bin/sh  SHELL = /bin/sh
 #AWW20041206: builddir = ..  
6  builddir = ..  builddir = ..
7  srcdir = @fullpathsrcdir@/../../tcltk98/generic/interface  srcdir = @fullpathsrcdir@/../../tcltk98/generic/interface
8  VPATH := @fullpathsrcdir@/../../tcltk98/generic/interface  VPATH := @fullpathsrcdir@/../../tcltk98/generic/interface
# Line 39  DIR_SPECIFIC_INCS = $(TK_INCS) $(X11_INC Line 38  DIR_SPECIFIC_INCS = $(TK_INCS) $(X11_INC
38  #  into the object files (EXEC_OBJS) that are linked with the  #  into the object files (EXEC_OBJS) that are linked with the
39  #  library files (EXEC_LIBS) to make EXECUTABLE  #  library files (EXEC_LIBS) to make EXECUTABLE
40    
41  EXEC_SRCS = Driver.c  EXEC_SRCS = Driver.c main.c
42    
43  EXEC_OBJS = Driver.o  EXEC_OBJS = Driver.o main.o
44    
45  EXEC_LIBS = $(ASC_LIBS) $(FOR_LIBS) $(TK_LIBS) $(TKTABLE_LIB) $(X11_LIBS) \  EXEC_LIBS = $(ASC_LIBS) $(FOR_LIBS) $(TK_LIBS) $(TKTABLE_LIB) $(X11_LIBS) \
46      $(MATH_LIBS) $(DEBUG_LIBS)      $(MATH_LIBS) $(DEBUG_LIBS)

Legend:
Removed from v.535  
changed lines
  Added in v.536

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22