// $Id$ include "vacpp_setup.icc" option link(libSearchPath, platformLibSearchPath), incl(searchPath, ".."), link(linkWithMultiThreadLib,yes), link(debug) { target type (exe) "Auto_IncDec_Test" { source type (cpp) "Auto_IncDec_Test.cpp", "Main.cpp" if ($__IBMCPP__ >= 500) { option macros(global) { source type (hpp) "test_config.h" } source type (cpp) "test_config.h" source type (cpp) "../ace/Singleton.cpp" source type (cpp) "../ace/Atomic_Op_T.cpp" source type (cpp) "../ace/Auto_IncDec_T.cpp" } source type (lib) platformLinkLibs } }