268 |
# to where your external packages exist. If dynamically linked or |
# to where your external packages exist. If dynamically linked or |
269 |
# if you are building with NO_PACKAGES, leave PACK_LIBS empty. |
# if you are building with NO_PACKAGES, leave PACK_LIBS empty. |
270 |
# |
# |
271 |
PACK_LIBS = ../archive/libpackages.a |
PACK_LIBS = ../archive/libascpackages.a |
272 |
#PACK_LIBS = |
#PACK_LIBS = |
273 |
|
|
274 |
# The default behavor is to have packages, so if you don't want |
# The default behavor is to have packages, so if you don't want |
539 |
|
|
540 |
# library files for ascend |
# library files for ascend |
541 |
# |
# |
542 |
#AWW20041206: ASC_LIBS = ../archive/libascif.a ../archive/libasc.a ../archive/libsolver.a \ |
ASC_LIB_STEMS=if compiler solver utilities general |
543 |
#AWW20041206: ../archive/libutils.a ../archive/libgeneral.a $(PACK_LIBS) |
ASC_LIBS=$(ASC_LIB_STEMS:%=../archive/libasc%.a) $(PACK_LIBS) |
544 |
ASC_LIBS = ../archive/libascif.a \ |
|
|
../archive/libasc.a \ |
|
|
../archive/libsolver.a\ |
|
|
../archive/libutils.a \ |
|
|
../archive/libgeneral.a $(PACK_LIBS) |
|
545 |
# The time/place stamp for the executable. |
# The time/place stamp for the executable. |
546 |
# Reverse the comment flags if your cpp doesn't understand it |
# Reverse the comment flags if your cpp doesn't understand it |
547 |
# |
# |