1 #ifndef GNUCCOMPILER_H_
2 #define GNUCCOMPILER_H_
4 #include "gnucompiler.h"
6 class GnuCCompiler: public GnuCompiler
9 GnuCCompiler(Builder &);
11 virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
12 virtual Target *create_source(const Msp::FS::Path &) const;