source: PSPA/Interface_Web/trunk/Interfaces/aml/v1r0p0/cmt/requirements @ 422

Last change on this file since 422 was 422, checked in by touze, 11 years ago

add AML/UAP package

File size: 750 bytes
Line 
1package aml
2version v1r0p0
3
4use thread v1r0p0 Interfaces
5
6build_strategy no_prototypes
7include_path none
8
9
10macro aml_home "" \
11      Darwin "/usr/local/accelerator-ml-code" \
12      Linux  "/usr/local/accelerator-ml-code/uap/trunk"
13
14macro aml_cflags   "" \
15      Darwin " -I $(aml_home) -I/usr/local/include" \
16      Linux  " -I $(aml_home) -I/usr/include"
17macro aml_cppflags "" \
18      Darwin " -I $(aml_home) -I/usr/local/include" \
19      Linux  " -I $(aml_home) -I/usr/include"
20
21macro aml_linkopts "" \
22      Darwin " -L${aml_home}/lib/ -lantlr -luap -L/usr/local/lib -lxerces-c-3.1"\
23      Linux  " -L${aml_home}/lib/ -lantlr -luap -L/usr/lib -lxerces-c"
24
25path_append DYLD_LIBRARY_PATH "" \
26      Darwin "/usr/local/lib" \
27      Linux  "/usr/lib"
Note: See TracBrowser for help on using the repository browser.