#include <utilmm/system/system.hh>#include <utilmm/system/process.hh>#include "utilmm/config/config.h"#include <boost/noncopyable.hpp>#include <boost/filesystem/path.hpp>#include <string>#include <map>#include <list>#include <signal.h>#include <utilmm/configfile/exceptions.hh>#include <utilmm/stringtools.hh>#include <iostream>

Go to the source code of this file.
Variables | |
| static const char *const | compiler_flags [] = { "--cflags", "--cflags-only-I", "--cflags-only-other" } |
| static const char *const | linker_flags [] = { "--libs", "--libs-only-L", "--libs-only-other", "--static", "--libs-only-l", } |
const char* const compiler_flags[] = { "--cflags", "--cflags-only-I", "--cflags-only-other" } [static] |
Definition at line 62 of file pkgconfig.cc.
const char* const linker_flags[] = { "--libs", "--libs-only-L", "--libs-only-other", "--static", "--libs-only-l", } [static] |
Definition at line 66 of file pkgconfig.cc.