~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to atk/atkmm/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-11-02 20:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20101102203553-syno2w6yedmcdgk8
ImportĀ upstreamĀ versionĀ 2.22.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
18
lib_LTLIBRARIES = libatkmm-@ATKMM_API_VERSION@.la
 
19
 
 
20
include $(srcdir)/../src/filelist.am
 
21
include $(srcdir)/filelist.am
 
22
 
 
23
files_built_cc = $(atkmm_files_built_cc)
 
24
files_built_h  = $(atkmm_files_built_h)
 
25
files_built_ph = $(atkmm_files_built_ph)
 
26
files_extra_cc = $(atkmm_files_extra_cc)
 
27
files_extra_h  = $(atkmm_files_extra_h)
 
28
files_extra_ph = $(atkmm_files_extra_ph)
 
29
 
 
30
include $(top_srcdir)/build/compile-binding.am
 
31
 
 
32
local_cppflags = $(binding_includes) $(binding_cppflags) -DATKMM_BUILD=1
 
33
 
 
34
AM_CPPFLAGS = $(local_cppflags) $(GTHREAD_CFLAGS) $(ATKMM_CFLAGS)
 
35
AM_CXXFLAGS = $(ATKMM_WXXFLAGS)
 
36
 
 
37
libatkmm_@ATKMM_API_VERSION@_la_SOURCES = $(binding_sources)
 
38
libatkmm_@ATKMM_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(ATKMM_SO_VERSION)
 
39
libatkmm_@ATKMM_API_VERSION@_la_LIBADD  = $(ATKMM_LIBS)