]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfiggenerator.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / pkgconfiggenerator.h
diff --git a/source/pkgconfiggenerator.h b/source/pkgconfiggenerator.h
deleted file mode 100644 (file)
index 761a2c0..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef PKGCONFIGGENERATOR_H_
-#define PKGCONFIGGENERATOR_H_
-
-#include "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