X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.h;h=18ff19dcfcd9a8b72cad6f448a42cf7122c53b6b;hb=HEAD;hp=6c36237370149cc1cc944105cb47e25288c92949;hpb=555190f7eafcf3a67750fc63872b23e17371aa98;p=builder.git diff --git a/source/tarball.h b/source/tarball.h deleted file mode 100644 index 6c36237..0000000 --- a/source/tarball.h +++ /dev/null @@ -1,26 +0,0 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef TARBALL_H_ -#define TARBALL_H_ - -#include "target.h" - -class TarBall: public Target -{ -public: - TarBall(Builder &, const Package &, const std::string & =std::string()); - virtual const char *get_type() const { return "TarBall"; } - virtual void find_depends(); - virtual Action *build(); -private: - std::string tarname; - - std::string create_target_name(const Package &, const std::string &); -}; - -#endif