X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfiggenerator.h;h=a9adbc6fe2a86100a26d9c032375b47e48442a72;hb=HEAD;hp=602a2aac0f3b11fd6eec1ffde7a43683ae79252d;hpb=70e090da87243ed54785a82054b7c824a2897036;p=builder.git diff --git a/source/pkgconfiggenerator.h b/source/pkgconfiggenerator.h deleted file mode 100644 index 602a2aa..0000000 --- a/source/pkgconfiggenerator.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef PKGCONFIGGENERATOR_H_ -#define PKGCONFIGGENERATOR_H_ - -#include "internaltask.h" -#include "tool.h" - -class PkgConfigFile; - -class PkgConfigGenerator: public Tool -{ -private: - class Worker: public InternalTask::Worker - { - private: - const PkgConfigFile ⌖ - - public: - Worker(const PkgConfigFile &); - - private: - virtual void main(); - }; - -public: - PkgConfigGenerator(Builder &); - - virtual Target *create_target(const std::list &, const std::string &) const; - virtual Task *run(const Target &) const; -}; - -#endif