1## Copyright (c) 2010 Openismus GmbH <http://www.openismus.com/> 2## 3## This file is part of atkmm. 4## 5## atkmm 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## atkmm 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 program. If not, see <http://www.gnu.org/licenses/>. 17 18binding_name = atkmm 19wrap_init_flags = --namespace=Atk --parent_dir=atkmm 20 21include $(srcdir)/filelist.am 22include $(top_srcdir)/codegen/m4/filelist.am 23 24files_defs = $(atkmm_files_defs) 25files_ccg = $(atkmm_files_ccg) 26files_hg = $(atkmm_files_hg) 27 28include $(top_srcdir)/build/generate-binding.am 29