package aml version v1r0p0 use thread v1r0p0 Interfaces build_strategy no_prototypes include_path none macro aml_home "" \ Darwin "/usr/local/accelerator-ml-code" \ Linux "/usr/local/accelerator-ml-code/uap/trunk" macro aml_cflags "" \ Darwin " -I $(aml_home) -I/usr/local/include" \ Linux " -I $(aml_home) -I/usr/include" macro aml_cppflags "" \ Darwin " -I $(aml_home) -I/usr/local/include" \ Linux " -I $(aml_home) -I/usr/include" macro aml_linkopts "" \ Darwin " -L${aml_home}/lib/ -lantlr -luap -L/usr/local/lib -lxerces-c-3.1"\ Linux " -L${aml_home}/lib/ -lantlr -luap -L/usr/lib -lxerces-c" path_append DYLD_LIBRARY_PATH "" \ Darwin "/usr/local/lib" \ Linux "/usr/lib"