1## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
2##
3## This file is part of glibmm.
4##
5## glibmm 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## glibmm 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
18lib_LTLIBRARIES = libglibmm-@GLIBMM_API_VERSION@.la
19
20include $(srcdir)/../src/filelist.am
21include $(srcdir)/filelist.gmake.am
22
23files_built_cc = $(glibmm_files_built_cc)
24files_built_h  = $(glibmm_files_built_h)
25files_built_ph = $(glibmm_files_built_ph)
26files_extra_cc = $(glibmm_files_extra_cc)
27files_extra_h  = $(glibmm_files_extra_h)
28files_extra_ph = $(glibmm_files_extra_ph)
29
30include $(top_srcdir)/build/compile-binding.am
31
32local_cppflags = $(binding_includes) $(binding_cppflags) -DGLIBMM_BUILD=1
33
34AM_CPPFLAGS = $(local_cppflags) $(GLIBMM_CFLAGS)
35AM_CXXFLAGS = $(GLIBMM_WXXFLAGS)
36
37libglibmm_@GLIBMM_API_VERSION@_la_SOURCES = $(binding_sources)
38libglibmm_@GLIBMM_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(LIBGLIBMM_SO_VERSION)
39libglibmm_@GLIBMM_API_VERSION@_la_LIBADD  = $(GLIBMM_LIBS)
40