~ubuntu-branches/ubuntu/precise/gtkmm3.0/precise

« back to all changes in this revision

Viewing changes to gtk/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-17 00:12:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110617001244-9hl5an15hiaaahi6
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
 
2
##
 
3
## This file is part of gtkmm.
 
4
##
 
5
## gtkmm is free software: you can redistribute it and/or modify it
 
6
## under the terms of the GNU Lesser General Public License as published
 
7
## by the Free Software Foundation, either version 2.1 of the License,
 
8
## or (at your option) any later version.
 
9
##
 
10
## gtkmm is distributed in the hope that it will be useful, but
 
11
## WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
## See the GNU Lesser General Public License for more details.
 
14
##
 
15
## You should have received a copy of the GNU Lesser General Public License
 
16
## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
binding_name    = gtkmm
 
19
wrap_init_flags = --namespace=Gtk --parent_dir=gtkmm
 
20
codegen_srcdir  = $(top_srcdir)/tools
 
21
 
 
22
include $(srcdir)/filelist.am
 
23
include $(top_srcdir)/tools/m4/filelist.am
 
24
 
 
25
files_defs = $(gtkmm_files_defs)
 
26
files_ccg  = $(gtkmm_files_ccg)
 
27
files_hg   = $(gtkmm_files_hg)
 
28
 
 
29
include $(top_srcdir)/build/generate-binding.am