414 |
HELP_DIR = $(prefix)/help |
HELP_DIR = $(prefix)/help |
415 |
# |
# |
416 |
# directory for ascend models (libraries & examples) |
# directory for ascend models (libraries & examples) |
417 |
MODELS_DIR = @INSTALL_SHARE@/models |
MODELS_DIR = @INSTALL_ASCDATA@/models |
418 |
# |
# |
419 |
# directory for ascend package code |
# directory for ascend package code |
420 |
PACK_DIR = $(prefix)/packages |
PACK_DIR = $(prefix)/packages |
424 |
# |
# |
425 |
# directory for ascend specific tcl/tk code |
# directory for ascend specific tcl/tk code |
426 |
# Note: the name for this is TK, not tcltk/TK. |
# Note: the name for this is TK, not tcltk/TK. |
427 |
ASCEND_TK_DIR = @INSTALL_SHARE@/TK |
ASCEND_TK_DIR = @INSTALL_ASCDATA@/TK |
428 |
|
|
429 |
QUIET_INSTALL=@QUIET_INSTALL@ |
QUIET_INSTALL=@QUIET_INSTALL@ |
430 |
|
|