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
2015-04-09 00:20:50 +03:00
SUBDIRS += .
i f E N A B L E _ G T K _ D O C
2016-03-09 19:20:06 +03:00
SUBDIRS += api-doc
2015-04-09 00:20:50 +03:00
e n d i f
2014-01-03 22:15:12 +04:00
ACLOCAL_AMFLAGS += -I m4 ${ ACLOCAL_FLAGS }
AM_CPPFLAGS += -DDATADIR= '"$(datadir)"' \
2013-12-22 04:41:30 +04:00
-DLIBEXECDIR= '"$(libexecdir)"' \
-DLOCALEDIR= \" $( datadir) /locale\" \
2014-11-26 14:02:19 +03:00
-DRPM_OSTREE_FEATURES= '"$(RPM_OSTREE_FEATURES)"' \
2015-08-14 19:22:45 +03:00
-DGLIB_VERSION_MIN_REQUIRED= GLIB_VERSION_2_40 -DGLIB_VERSION_MAX_ALLOWED= GLIB_VERSION_2_40_
2016-03-30 23:45:15 +03:00
AM_CFLAGS += -std= gnu99 $( WARN_CFLAGS)
2013-12-22 04:41:30 +04:00
EXTRA_DIST += autogen.sh COPYING
2016-03-10 22:36:44 +03:00
GITIGNOREFILES += build-aux/ gtk-doc.make config.h.in aclocal.m4
2015-04-28 04:22:58 +03:00
SED_SUBST = sed \
-e 's,[@]libexecdir[@],$(libexecdir),g' \
$( NULL)
2015-02-15 21:56:14 +03:00
libglnx_srcpath := $( srcdir) /libglnx
2015-04-14 04:25:05 +03:00
libglnx_cflags := $( PKGDEP_GIO_UNIX_CFLAGS) -I$( libglnx_srcpath) -fvisibility= hidden
2015-04-28 04:22:58 +03:00
libglnx_ldflags :=
2015-02-15 21:56:14 +03:00
libglnx_libs := $( PKGDEP_GIO_UNIX_LIBS)
2015-03-20 03:45:30 +03:00
i n c l u d e $( INTROSPECTION_MAKEFILE )
GIRS =
TYPELIBS = $( GIRS:.gir= .typelib)
2015-09-11 16:33:46 +03:00
i n c l u d e l i b g l n x / M a k e f i l e - l i b g l n x . a m . i n c
2015-02-15 21:56:14 +03:00
noinst_LTLIBRARIES += libglnx.la
2015-04-17 21:03:24 +03:00
i n c l u d e M a k e f i l e - l i b p r i v . a m
2015-03-20 03:45:30 +03:00
i n c l u d e M a k e f i l e - l i b . a m
2015-04-28 04:22:58 +03:00
i n c l u d e M a k e f i l e - d a e m o n . a m
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-07-16 17:02:45 +04:00
i n c l u d e M a k e f i l e - t e s t s . a m
2014-03-25 16:24:19 +04:00
i n c l u d e M a k e f i l e - m a n . a m
2016-03-10 22:36:44 +03:00
- i n c l u d e $( top_srcdir ) / g i t . m k