| 23 |
|
|
| 24 |
# tcl/tk basis |
# tcl/tk basis |
| 25 |
LIB_RUNTIME_DIR=@TCLCONFIG@ |
LIB_RUNTIME_DIR=@TCLCONFIG@ |
| 26 |
|
# required for Debian style installs: |
| 27 |
|
LIB_RUNTIME_DIR_TK=@TKCONFIG@ |
| 28 |
@NOTCLCONFIG@include $(LIB_RUNTIME_DIR)/tclConfig.sh |
@NOTCLCONFIG@include $(LIB_RUNTIME_DIR)/tclConfig.sh |
| 29 |
@NOTCLCONFIG@include $(LIB_RUNTIME_DIR)/tkConfig.sh |
@NOTCLCONFIG@include $(LIB_RUNTIME_DIR_TK)/tkConfig.sh |
| 30 |
|
|
| 31 |
####>>> C <<<############################################################### |
####>>> C <<<############################################################### |
| 32 |
|
|
| 182 |
TK_LIBS = $(TK_LIBRARY) $(TCL_LIBRARY) @TK_LD_HACK@ $(DL_LIBS) |
TK_LIBS = $(TK_LIBRARY) $(TCL_LIBRARY) @TK_LD_HACK@ $(DL_LIBS) |
| 183 |
|
|
| 184 |
# The location of the tcl.h and tk.h header files |
# The location of the tcl.h and tk.h header files |
| 185 |
TK_INCS = -I@TCLINCLUDE@ @TK_HDR@ |
TK_INCS = @TCLINCLUDE@ @TKINCLUDE@ |
| 186 |
|
|
| 187 |
# If TK_LIBS and TK_INCS are not properly set, ASCEND cannot build. |
# If TK_LIBS and TK_INCS are not properly set, ASCEND cannot build. |
| 188 |
|
|