X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fbuiltin%2Fpkgconfiggenerator.h;fp=plugins%2Fbuiltin%2Fpkgconfiggenerator.h;h=0000000000000000000000000000000000000000;hb=d3e9e3db18a9fb6024fced0fe506752763c91c7f;hp=2a0e0b1ecbb6de7700b5235bbae553b7ace7e651;hpb=d5535ad0823221b326b47f4549bd546118e72599;p=builder.git diff --git a/plugins/builtin/pkgconfiggenerator.h b/plugins/builtin/pkgconfiggenerator.h deleted file mode 100644 index 2a0e0b1..0000000 --- a/plugins/builtin/pkgconfiggenerator.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef PKGCONFIGGENERATOR_H_ -#define PKGCONFIGGENERATOR_H_ - -#include - -class PkgConfigFile; - -class PkgConfigGenerator: public Tool -{ -public: - PkgConfigGenerator(Builder &); - - Target *create_target(const std::vector &, const std::string &) override; - -private: - static bool _run(const PkgConfigFile &); - static std::string prefixify(const Msp::FS::Path &, const Msp::FS::Path &); -}; - -#endif