/[ascend]/trunk/tcltk98/jam/Jamfile
ViewVC logotype

Diff of /trunk/tcltk98/jam/Jamfile

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

revision 43 by jds, Wed Feb 16 21:13:33 2005 UTC revision 47 by jds, Thu Apr 7 23:59:22 2005 UTC
# Line 26  Line 26 
26  #  #
27  # The jam build depends on specialized Jamrules and Jambase files.  # The jam build depends on specialized Jamrules and Jambase files.
28  # A central version of these files is currently maintained in  # A central version of these files is currently maintained in
29  # ../base/jam.  This may change as work proceeds to decouple the  # ../../jam.  This may change as work proceeds to decouple the
30  # Ascend base from the original Tcl/Tk interface.  # Ascend base from the original Tcl/Tk interface.
31  #  #
32  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
# Line 60  NOTFILE ascend ; Line 60  NOTFILE ascend ;
60    
61  ASC_TCLTK98_SOURCES =  ASC_TCLTK98_SOURCES =
62    AscBitmaps.c    AscBitmaps.c
63      AscPrintTcl.c
64    BrowLogRel_io.c    BrowLogRel_io.c
65    BrowWhen_io.c    BrowWhen_io.c
66    BrowserMethod.c    BrowserMethod.c
# Line 101  MakeLocate $(ASC_TCLTK98_LIB) : $(BUILD_ Line 102  MakeLocate $(ASC_TCLTK98_LIB) : $(BUILD_
102  # Build the Ascend executable  # Build the Ascend executable
103  Main $(EXE_NAME) : Driver.c ;  Main $(EXE_NAME) : Driver.c ;
104    
105  ObjectCcFlags $(ASC_TCLTK98_SOURCES) Driver.c : $(SOLVER_DEFS) ;  ObjectCcFlags $(ASC_TCLTK98_SOURCES) Driver.c : $(SOLVER_DEFS) -DTIMESTAMP="\"\\\"by $(BUILD_CREDIT)\\\"\"" ;
106  ObjectHdrs $(ASC_TCLTK98_SOURCES) Driver.c : $(ASC_BASE_ROOT) $(TK_HDRS) ;  ObjectHdrs $(ASC_TCLTK98_SOURCES) Driver.c : $(ASC_BASE_ROOT) $(TK_HDRS) ;
107    
108  LinkLibraries $(EXE_NAME) : $(ASC_TCLTK98_LIB) $(ASC_BASE_LIBS) $(PACKAGE_LIBS) ;  LinkLibraries $(EXE_NAME) : $(ASC_TCLTK98_LIB) $(ASC_BASE_LIBS) $(PACKAGE_LIBS) ;

Legend:
Removed from v.43  
changed lines
  Added in v.47

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