Blame Makefile-decls.am

Packit Service 2a3f3d
# Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
Packit Service 2a3f3d
#
Packit Service 2a3f3d
# SPDX-License-Identifier: LGPL-2.0+
Packit Service 2a3f3d
#
Packit Service 2a3f3d
# This library is free software; you can redistribute it and/or
Packit Service 2a3f3d
# modify it under the terms of the GNU Lesser General Public
Packit Service 2a3f3d
# License as published by the Free Software Foundation; either
Packit Service 2a3f3d
# version 2 of the License, or (at your option) any later version.
Packit Service 2a3f3d
#
Packit Service 2a3f3d
# This library is distributed in the hope that it will be useful,
Packit Service 2a3f3d
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 2a3f3d
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 2a3f3d
# Lesser General Public License for more details.
Packit Service 2a3f3d
#
Packit Service 2a3f3d
# You should have received a copy of the GNU Lesser General Public
Packit Service 2a3f3d
# License along with this library; if not, write to the
Packit Service 2a3f3d
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Packit Service 2a3f3d
# Boston, MA 02111-1307, USA.
Packit Service 2a3f3d
Packit Service 2a3f3d
# Common variables
Packit Service 2a3f3d
AM_CPPFLAGS =
Packit Service 2a3f3d
AM_CFLAGS =
Packit Service 2a3f3d
AM_DISTCHECK_CONFIGURE_FLAGS =
Packit Service 2a3f3d
SUBDIRS =
Packit Service 2a3f3d
NULL = 
Packit Service 2a3f3d
BUILT_SOURCES =
Packit Service 2a3f3d
MANPAGES =
Packit Service 2a3f3d
CLEANFILES =
Packit Service 2a3f3d
EXTRA_DIST =
Packit Service 2a3f3d
bin_PROGRAMS =
Packit Service 2a3f3d
sbin_PROGRAMS =
Packit Service 2a3f3d
bin_SCRIPTS =
Packit Service 2a3f3d
lib_LTLIBRARIES =
Packit Service 2a3f3d
libexec_PROGRAMS =
Packit Service 2a3f3d
pkglibexec_PROGRAMS =
Packit Service 2a3f3d
pkglibexec_SCRIPTS =
Packit Service 2a3f3d
noinst_LTLIBRARIES =
Packit Service 2a3f3d
noinst_PROGRAMS =
Packit Service 2a3f3d
privlibdir = $(pkglibdir)
Packit Service 2a3f3d
privlib_LTLIBRARIES =
Packit Service 2a3f3d
pkgconfigdir = $(libdir)/pkgconfig
Packit Service 2a3f3d
pkgconfig_DATA =
Packit Service 2a3f3d
INTROSPECTION_GIRS = 
Packit Service 2a3f3d
girdir = $(datadir)/gir-1.0
Packit Service 2a3f3d
gir_DATA =
Packit Service 2a3f3d
typelibdir = $(libdir)/girepository-1.0
Packit Service 2a3f3d
typelib_DATA =
Packit Service 2a3f3d
gsettings_SCHEMAS =
Packit Service 2a3f3d
ostree_bootdir = $(prefix)/lib/ostree
Packit Service 2a3f3d
ostree_boot_SCRIPTS =
Packit Service 2a3f3d
ostree_boot_PROGRAMS =
Packit Service 2a3f3d
Packit Service 2a3f3d
# This initializes some more variables
Packit Service 2a3f3d
include $(top_srcdir)/buildutil/glib-tap.mk
Packit Service 2a3f3d
Packit Service 2a3f3d
# This is a special facility to chain together hooks easily
Packit Service 2a3f3d
INSTALL_DATA_HOOKS =
Packit Service 2a3f3d
install-data-hook: $(INSTALL_DATA_HOOKS)
Packit Service 2a3f3d
Packit Service 2a3f3d
ALL_LOCAL_RULES =
Packit Service 2a3f3d
all-local: $(ALL_LOCAL_RULES)