1 #ifndef STATICLIBRARY_H_
2 #define STATICLIBRARY_H_
4 #include "filetarget.h"
10 A static library target.
12 class StaticLibrary: public FileTarget
15 StaticLibrary(Builder &, const Msp::FS::Path &);
16 StaticLibrary(Builder &, const Component &, const std::list<ObjectFile *> &);
18 static std::string generate_filename(const Component &);
21 virtual const char *get_type() const { return "StaticLibrary"; }