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 |
#--------------------------------------------------------------------------- |
#--------------------------------------------------------------------------- |
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 |
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) ; |