3 This file is part of builder
4 Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
11 #include "sourcepackage.h"
12 #include "filetarget.h"
15 Creates a .pc file to enable other packages fetch build options with pkg-config.
17 class PkgConfig: public FileTarget
20 PkgConfig(Builder &, const SourcePackage &);
21 virtual const char *get_type() const { return "PkgConfig"; }
23 virtual Action *create_action();