]> git.tdb.fi Git - builder.git/blobdiff - plugins/builtin/pkgconfiggenerator.h
Convert builtin tools into a plugin
[builder.git] / plugins / builtin / pkgconfiggenerator.h
diff --git a/plugins/builtin/pkgconfiggenerator.h b/plugins/builtin/pkgconfiggenerator.h
deleted file mode 100644 (file)
index 2a0e0b1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef PKGCONFIGGENERATOR_H_
-#define PKGCONFIGGENERATOR_H_
-
-#include <msp/builder/tool.h>
-
-class PkgConfigFile;
-
-class PkgConfigGenerator: public Tool
-{
-public:
-       PkgConfigGenerator(Builder &);
-
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-
-private:
-       static bool _run(const PkgConfigFile &);
-       static std::string prefixify(const Msp::FS::Path &, const Msp::FS::Path &);
-};
-
-#endif