| 151 |
parentchild.c |
parentchild.c |
| 152 |
parpend.c |
parpend.c |
| 153 |
pending.c |
pending.c |
| 154 |
|
plot.c |
| 155 |
proc.c |
proc.c |
| 156 |
procframe.c |
procframe.c |
| 157 |
procio.c |
procio.c |
| 295 |
SEARCH_SOURCE = $(ASC_COMPILER_DIR) ; |
SEARCH_SOURCE = $(ASC_COMPILER_DIR) ; |
| 296 |
|
|
| 297 |
Library $(ASC_COMPILER_LIBROOT) : $(ASC_COMPILER_SOURCES) ; |
Library $(ASC_COMPILER_LIBROOT) : $(ASC_COMPILER_SOURCES) ; |
| 298 |
MakeLocate $(ASC_COMPILER_LIB) : $(BUILD_DIR) ; |
# MakeLocate $(ASC_COMPILER_LIB) : $(BUILD_DIR) ; |
| 299 |
|
|
| 300 |
DEPENDS libs : $(ASC_COMPILER_LIB) ; |
DEPENDS libs : $(ASC_COMPILER_LIB) ; |
| 301 |
|
|
| 324 |
SEARCH_SOURCE = $(ASC_GENERAL_DIR) ; |
SEARCH_SOURCE = $(ASC_GENERAL_DIR) ; |
| 325 |
|
|
| 326 |
Library $(ASC_GENERAL_LIBROOT) : $(ASC_GENERAL_SOURCES) ; |
Library $(ASC_GENERAL_LIBROOT) : $(ASC_GENERAL_SOURCES) ; |
| 327 |
MakeLocate $(ASC_GENERAL_LIB) : $(BUILD_DIR) ; |
# MakeLocate $(ASC_GENERAL_LIB) : $(BUILD_DIR) ; |
| 328 |
|
|
| 329 |
DEPENDS libs : $(ASC_GENERAL_LIB) ; |
DEPENDS libs : $(ASC_GENERAL_LIB) ; |
| 330 |
} |
} |
| 380 |
SEARCH_SOURCE = $(ASC_SOLVER_DIR) ; |
SEARCH_SOURCE = $(ASC_SOLVER_DIR) ; |
| 381 |
|
|
| 382 |
Library $(ASC_SOLVER_LIBROOT) : $(ASC_SOLVER_SOURCES) ; |
Library $(ASC_SOLVER_LIBROOT) : $(ASC_SOLVER_SOURCES) ; |
| 383 |
MakeLocate $(ASC_SOLVER_LIB) : $(BUILD_DIR) ; |
# MakeLocate $(ASC_SOLVER_LIB) : $(BUILD_DIR) ; |
| 384 |
ObjectCcFlags $(ASC_SOLVER_SOURCES) : $(SOLVER_DEFS) ; |
ObjectCcFlags $(ASC_SOLVER_SOURCES) : $(SOLVER_DEFS) ; |
| 385 |
|
|
| 386 |
# TODO: remove when Tcl/Tk interface decoupled from base library |
# TODO: remove when Tcl/Tk interface decoupled from base library |
| 411 |
SEARCH_SOURCE = $(ASC_UTILITIES_DIR) ; |
SEARCH_SOURCE = $(ASC_UTILITIES_DIR) ; |
| 412 |
|
|
| 413 |
Library $(ASC_UTILITIES_LIBROOT) : $(ASC_UTILITIES_SOURCES) ; |
Library $(ASC_UTILITIES_LIBROOT) : $(ASC_UTILITIES_SOURCES) ; |
| 414 |
MakeLocate $(ASC_UTILITIES_LIB) : $(BUILD_DIR) ; |
# MakeLocate $(ASC_UTILITIES_LIB) : $(BUILD_DIR) ; |
| 415 |
|
|
| 416 |
# TODO: remove when Tcl/Tk decoupled from base library |
# TODO: remove when Tcl/Tk decoupled from base library |
| 417 |
ObjectHdrs ascPrint.c : $(TK_HDRS) ; |
ObjectHdrs ascPrint.c : $(TK_HDRS) ; |
| 425 |
if $(BUILD_PACKAGES) |
if $(BUILD_PACKAGES) |
| 426 |
{ |
{ |
| 427 |
ASC_PACKAGES_SOURCES = |
ASC_PACKAGES_SOURCES = |
| 428 |
sensitivity.c |
sensitivity.c |
| 429 |
ascFreeAllVars.c |
ascFreeAllVars.c |
| 430 |
; |
; |
| 431 |
|
|
| 433 |
SEARCH_SOURCE = $(ASC_PACKAGES_DIR) ; |
SEARCH_SOURCE = $(ASC_PACKAGES_DIR) ; |
| 434 |
|
|
| 435 |
Library $(ASC_PACKAGES_LIBROOT) : $(ASC_PACKAGES_SOURCES) ; |
Library $(ASC_PACKAGES_LIBROOT) : $(ASC_PACKAGES_SOURCES) ; |
| 436 |
MakeLocate $(ASC_PACKAGES_LIB) : $(BUILD_DIR) ; |
# MakeLocate $(ASC_PACKAGES_LIB) : $(BUILD_DIR) ; |
| 437 |
|
|
| 438 |
DEPENDS libs : $(ASC_PACKAGES_LIB) ; |
DEPENDS libs : $(ASC_PACKAGES_LIB) ; |
| 439 |
} |
} |
| 486 |
test_set.c |
test_set.c |
| 487 |
test_register_solver.c |
test_register_solver.c |
| 488 |
test_slv_common.c |
test_slv_common.c |
| 489 |
|
test_bnd.c |
| 490 |
# slv_test.c |
# slv_test.c |
| 491 |
# test_slv.c |
# test_slv.c |
| 492 |
; |
; |