Updated Makefile.am files after make -f git.mk
[anjuta.git] / plugins / mk-project / mk-rule.h
blob0176d2104e68dce34a06e7b7799f3bf3b423bd22
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4; coding: utf-8 -*- */
2 /* mk-rule.h
4 * Copyright (C) 2009 Sébastien Granjoux
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301, USA.
22 #ifndef _MK_RULE_H_
23 #define _MK_RULE_H_
25 #include <glib-object.h>
27 #include "mk-project.h"
30 G_BEGIN_DECLS
32 void mkp_project_init_rules (MkpProject *project);
33 void mkp_project_free_rules (MkpProject *project);
34 void mkp_project_enumerate_targets (MkpProject *project, AnjutaProjectNode *parent);
36 G_END_DECLS
38 #endif /* _MK_RULE_H_ */