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