2014-01-03 20:39:27 +04:00
# Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
#
2018-01-30 22:26:26 +03:00
# SPDX-License-Identifier: LGPL-2.0+
#
2014-01-03 20:39:27 +04:00
# 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
2021-12-07 04:20:55 +03:00
# License along with this library. If not, see <https://www.gnu.org/licenses/>.
2014-01-03 20:39:27 +04:00
# Common variables
AM_CPPFLAGS =
AM_CFLAGS =
2015-07-21 03:16:14 +03:00
AM_DISTCHECK_CONFIGURE_FLAGS =
2014-01-03 20:39:27 +04:00
SUBDIRS =
NULL =
BUILT_SOURCES =
MANPAGES =
CLEANFILES =
EXTRA_DIST =
bin_PROGRAMS =
sbin_PROGRAMS =
bin_SCRIPTS =
lib_LTLIBRARIES =
libexec_PROGRAMS =
2016-12-29 23:57:53 +03:00
pkglibexec_PROGRAMS =
2014-10-11 16:59:06 +04:00
pkglibexec_SCRIPTS =
2014-01-03 20:39:27 +04:00
noinst_LTLIBRARIES =
noinst_PROGRAMS =
privlibdir = $(pkglibdir)
privlib_LTLIBRARIES =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =
INTROSPECTION_GIRS =
girdir = $(datadir)/gir-1.0
gir_DATA =
typelibdir = $(libdir)/girepository-1.0
typelib_DATA =
2014-01-03 20:43:31 +04:00
gsettings_SCHEMAS =
2016-08-11 18:46:44 +03:00
ostree_bootdir = $(prefix)/lib/ostree
2019-11-06 03:16:07 +03:00
ostree_boot_SCRIPTS =
2016-08-09 16:23:04 +03:00
ostree_boot_PROGRAMS =
2014-01-03 20:39:27 +04:00
2016-11-28 22:05:53 +03:00
# This initializes some more variables
include $(top_srcdir)/buildutil/glib-tap.mk
2014-01-03 20:39:27 +04:00
# This is a special facility to chain together hooks easily
INSTALL_DATA_HOOKS =
install-data-hook: $(INSTALL_DATA_HOOKS)
2016-03-28 15:46:23 +03:00
ALL_LOCAL_RULES =
all-local: $(ALL_LOCAL_RULES)