2013-12-22 04:41:30 +04:00
# Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
2014-01-03 22:15:12 +04:00
i n c l u d e M a k e f i l e - d e c l s . a m
ACLOCAL_AMFLAGS += -I m4 ${ ACLOCAL_FLAGS }
AM_CPPFLAGS += -DDATADIR= '"$(datadir)"' \
2013-12-22 04:41:30 +04:00
-DLIBEXECDIR= '"$(libexecdir)"' \
-DLOCALEDIR= \" $( datadir) /locale\" \
2014-01-03 22:15:12 +04:00
-DGLIB_VERSION_MIN_REQUIRED= GLIB_VERSION_2_36 -DGLIB_VERSION_MAX_ALLOWED= GLIB_VERSION_2_36
AM_CFLAGS += $( WARN_CFLAGS)
2013-12-22 04:41:30 +04:00
EXTRA_DIST += autogen.sh COPYING
2014-01-03 22:15:12 +04:00
libgsystem_srcpath := libgsystem
libgsystem_cflags = $( PKGDEP_GIO_UNIX_CFLAGS) -I$( srcdir) /libgsystem
libgsystem_libs = $( PKGDEP_GIO_UNIX_LIBS)
i n c l u d e l i b g s y s t e m / M a k e f i l e - l i b g s y s t e m . a m
privlib_LTLIBRARIES += libgsystem.la
i n c l u d e $( INTROSPECTION_MAKEFILE )
2013-12-22 04:41:30 +04:00
i n c l u d e M a k e f i l e - r p m - o s t r e e . a m
2014-01-03 22:15:12 +04:00
i n c l u d e M a k e f i l e - g s y s t e m - i n t r o s p e c t i o n . a m
girdir = $( pkgdatadir) /gir-1.0
typelibdir = $( pkglibdir) /girepository-1.0
gir_DATA = $( INTROSPECTION_GIRS)
typelib_DATA = $( gir_DATA:.gir= .typelib)
2014-01-04 02:07:19 +04:00
i n c l u d e M a k e f i l e - a u t o b u i l d e r . a m