X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfiggenerator.h;h=a9adbc6fe2a86100a26d9c032375b47e48442a72;hb=HEAD;hp=0f0886b851aa2583176d1499dcb0100d9a058168;hpb=d1eb133ab529cdae131be7b150209f03189248f3;p=builder.git diff --git a/source/pkgconfiggenerator.h b/source/pkgconfiggenerator.h deleted file mode 100644 index 0f0886b..0000000 --- a/source/pkgconfiggenerator.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef PKGCONFIGGENERATOR_H_ -#define PKGCONFIGGENERATOR_H_ - -#include "tool.h" - -class PkgConfigFile; - -class PkgConfigGenerator: public Tool -{ -public: - PkgConfigGenerator(Builder &b): Tool(b, "PCG") { } - - Target *create_target(const std::vector &, const std::string &) override; - Task *run(const Target &) const override; - -private: - static bool _run(const PkgConfigFile &); - static std::string prefixify(const Msp::FS::Path &, const Msp::FS::Path &); -}; - -#endif