17 #ifndef AWALI_DYN_LOADING_COMPILE_HH 
   18 #define AWALI_DYN_LOADING_COMPILE_HH 
   27       std::string 
libname(
const std::string& ctx, 
const std::string& name);
 
   28       std::string 
libname(
const std::string& ctx1, 
const std::string& ctx2,
 
   29                           const std::string& name);
 
   32       make_library(
const std::string &name, 
const std::string &static_context,
 
   33                    bool check_dependency = 
false);
 
   35       make_library(
const std::string &name, 
const std::string &static_context1,
 
   36                    const std::string &static_context2,
 
   37                    bool check_dependency = 
false);
 
std::string libname(const std::string &ctx, const std::string &name)
 
std::string make_library(const std::string &name, const std::string &static_context, bool check_dependency=false)
 
Main namespace of Awali.
Definition: ato.hh:22