Blame tools/Makefile.am

Packit 78284e
## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
Packit 78284e
##
Packit 78284e
## This file is part of pangomm.
Packit 78284e
##
Packit 78284e
## pangomm is free software: you can redistribute it and/or modify it
Packit 78284e
## under the terms of the GNU Lesser General Public License as published
Packit 78284e
## by the Free Software Foundation, either version 2.1 of the License,
Packit 78284e
## or (at your option) any later version.
Packit 78284e
##
Packit 78284e
## pangomm is distributed in the hope that it will be useful, but
Packit 78284e
## WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 78284e
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit 78284e
## See the GNU Lesser General Public License for more details.
Packit 78284e
##
Packit 78284e
## You should have received a copy of the GNU Lesser General Public License
Packit 78284e
## along with this library.  If not, see <http://www.gnu.org/licenses/>.
Packit 78284e
Packit 78284e
AUTOMAKE_OPTIONS = subdir-objects
Packit 78284e
Packit 78284e
include $(srcdir)/m4/filelist.am
Packit 78284e
Packit 78284e
# Install m4 files for reuse by other *mm projects, when building from git:
Packit 78284e
# TODO: All these Perl scripts and M4 files are architecture-independent
Packit 78284e
# and should probably go somewhere below $(pkgdatadir) instead.
Packit 78284e
gmmproc_bindir = $(libdir)/$(PANGOMM_MODULE_NAME)/proc
Packit 78284e
gmmproc_m4dir  = $(gmmproc_bindir)/m4
Packit 78284e
dist_gmmproc_m4_DATA = $(files_codegen_m4:%=m4/%)
Packit 78284e
Packit 78284e
dist_noinst_DATA = README
Packit 78284e
noinst_PROGRAMS  = extra_defs_gen/generate_extra_defs
Packit 78284e
Packit 78284e
extra_defs_gen_generate_extra_defs_SOURCES = extra_defs_gen/generate_defs_pango.cc
Packit 78284e
extra_defs_gen_generate_extra_defs_LDADD   = $(PANGOMM_LIBS) -lglibmm_generate_extra_defs-2.4
Packit 78284e
extra_defs_gen_generate_extra_defs_LDFLAGS = -no-undefined -avoid-version
Packit 78284e
Packit 78284e
AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(PANGOMM_CFLAGS)
Packit 78284e
AM_CXXFLAGS = $(PANGOMM_WXXFLAGS)
Packit 78284e
Packit 78284e
# Instruct GNU make to delete the targets of a rule after it failed, in
Packit 78284e
# order to avoid the complication of handling that situation manually.
Packit 78284e
.DELETE_ON_ERROR: