52 |
BUILD_CREDIT = "anonymous" ; |
BUILD_CREDIT = "anonymous" ; |
53 |
|
|
54 |
# Path to general jam info |
# Path to general jam info |
55 |
# JAM_GENERAL_DIR = ..$(SLASH)..$(SLASH)jam ; |
JAM_GENERAL_DIR = ..$(SLASH)..$(SLASH)jam ; |
56 |
|
|
57 |
# Root dir of Ascend base library sources. |
# Root dir of Ascend base library sources. |
58 |
#ASC_BASE_ROOT = ..$(SLASH)..$(SLASH)base$(SLASH)generic ; |
#ASC_BASE_ROOT = ..$(SLASH)..$(SLASH)base$(SLASH)generic ; |
75 |
else |
else |
76 |
{ EXE_NAME = ascend4 ; } |
{ EXE_NAME = ascend4 ; } |
77 |
|
|
78 |
ASC_TCLTK98_LIBNAME = libasc_tcltk98 ; |
ASC_TCLTK98_LIBROOT = libasc_tcltk98 ; |
79 |
ASC_TCLTK98_LIB = $(ASC_TCLTK98_LIBNAME)$(SUFLIB) ; |
ASC_TCLTK98_LIB = $(ASC_TCLTK98_LIBROOT)$(SUFLIB) ; |
80 |
|
|
81 |
# Install directories - comment to not install that class of file |
# Install directories - comment to not install that class of file |
82 |
INSTALL_BIN_DIR = $(INSTALL_ROOT)$(SLASH)ascend4$(SLASH)bin ; |
INSTALL_BIN_DIR = $(INSTALL_ROOT)$(SLASH)ascend4$(SLASH)bin ; |