170 |
# |
# |
171 |
# The location of the libtk.a and libtcl.a libraries. |
# The location of the libtk.a and libtcl.a libraries. |
172 |
# The order should be -ltk -ltcl |
# The order should be -ltk -ltcl |
173 |
TCL_LIBRARY = @TCL_LIB@ |
TCL_LIBRARY = @TCLLIB@ |
174 |
TK_LIBRARY = @TK_LIB@ |
TK_LIBRARY = @TK_LIB@ |
175 |
TK_LIBS = $(TK_LIBRARY) $(TCL_LIBRARY) $(DL_LIBS) |
TK_LIBS = $(TK_LIBRARY) $(TCL_LIBRARY) $(DL_LIBS) |
176 |
|
|
177 |
# The location of the tcl.h and tk.h header files |
# The location of the tcl.h and tk.h header files |
178 |
TK_INCS = @TCL_HDR@ @TK_HDR@ |
TK_INCS = @TCLINCLUDE@ @TK_HDR@ |
179 |
|
|
180 |
# 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. |
181 |
|
|