2013-04-28 10:55:55 -06:00
|
|
|
# Makefile.in generated by automake 1.12.6 from Makefile.am.
|
2006-11-25 09:33:55 -07:00
|
|
|
# @configure_input@
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
|
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
# -*- Makefile -*-
|
|
|
|
# Rules for generating files using the C pre-processor
|
|
|
|
# (Replaces CppFileTarget from Imake)
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
2013-04-28 10:55:55 -06:00
|
|
|
am__make_dryrun = \
|
|
|
|
{ \
|
|
|
|
am__dry=no; \
|
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
*\\[\ \ ]*) \
|
|
|
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
|
|
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
|
|
|
*) \
|
|
|
|
for am__flg in $$MAKEFLAGS; do \
|
|
|
|
case $$am__flg in \
|
|
|
|
*=*|--*) ;; \
|
|
|
|
*n*) am__dry=yes; break;; \
|
|
|
|
esac; \
|
|
|
|
done;; \
|
|
|
|
esac; \
|
|
|
|
test $$am__dry = yes; \
|
|
|
|
}
|
2006-11-25 09:33:55 -07:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
2013-04-28 10:55:55 -06:00
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2006-11-25 09:33:55 -07:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
2013-04-28 10:55:55 -06:00
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
2006-11-25 09:33:55 -07:00
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
2011-05-30 13:19:29 -06:00
|
|
|
DIST_COMMON = $(nobase_dist_x11locale_DATA) $(srcdir)/Makefile.am \
|
2012-03-27 13:19:37 -06:00
|
|
|
$(srcdir)/Makefile.in $(top_srcdir)/cpprules.in
|
2006-11-25 09:33:55 -07:00
|
|
|
subdir = nls
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
2010-09-04 04:33:11 -06:00
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
|
2012-03-27 13:19:37 -06:00
|
|
|
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
|
|
|
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
|
|
|
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
2006-11-25 09:33:55 -07:00
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
2013-04-28 10:55:55 -06:00
|
|
|
mkinstalldirs = $(install_sh) -d
|
2006-11-25 09:33:55 -07:00
|
|
|
CONFIG_HEADER = $(top_builddir)/src/config.h \
|
|
|
|
$(top_builddir)/include/X11/XlibConf.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
2013-04-28 10:55:55 -06:00
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
|
am__v_P_0 = false
|
|
|
|
am__v_P_1 = :
|
|
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
am__v_GEN_1 =
|
|
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
|
am__v_at_0 = @
|
|
|
|
am__v_at_1 =
|
2006-11-25 09:33:55 -07:00
|
|
|
SOURCES =
|
|
|
|
DIST_SOURCES =
|
2013-04-28 10:55:55 -06:00
|
|
|
am__can_run_installinfo = \
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
n|no|NO) false;; \
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
esac
|
2006-11-25 09:33:55 -07:00
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
*) f=$$p;; \
|
|
|
|
esac;
|
2013-04-28 10:55:55 -06:00
|
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
am__install_max = 40
|
|
|
|
am__nobase_strip_setup = \
|
|
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
|
|
am__nobase_strip = \
|
|
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
|
|
am__base_list = \
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
|
|
am__uninstall_files_from_dir = { \
|
|
|
|
test -z "$$files" \
|
|
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
|
}
|
2011-05-30 13:19:29 -06:00
|
|
|
am__installdirs = "$(DESTDIR)$(x11localedir)" \
|
2012-03-27 13:19:37 -06:00
|
|
|
"$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)"
|
2011-05-30 13:19:29 -06:00
|
|
|
DATA = $(nobase_dist_x11locale_DATA) $(nobase_x11locale_DATA) \
|
2012-03-27 13:19:37 -06:00
|
|
|
$(x11locale_DATA)
|
2013-04-28 10:55:55 -06:00
|
|
|
am__tty_colors_dummy = \
|
|
|
|
mgn= red= grn= lgn= blu= brg= std=; \
|
|
|
|
am__color_tests=no
|
|
|
|
am__tty_colors = $(am__tty_colors_dummy)
|
2006-11-25 09:33:55 -07:00
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
|
|
|
|
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
|
|
|
|
AMTAR = @AMTAR@
|
2010-05-18 13:37:28 -06:00
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
2006-11-25 09:33:55 -07:00
|
|
|
APP_MAN_DIR = @APP_MAN_DIR@
|
|
|
|
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
|
|
|
|
AR = @AR@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
2012-03-27 13:19:37 -06:00
|
|
|
BASE_CFLAGS = @BASE_CFLAGS@
|
2006-11-25 09:33:55 -07:00
|
|
|
BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
|
|
|
|
BIGFONT_LIBS = @BIGFONT_LIBS@
|
|
|
|
CC = @CC@
|
|
|
|
CCDEPMODE = @CCDEPMODE@
|
2009-05-03 06:59:09 -06:00
|
|
|
CC_FOR_BUILD = @CC_FOR_BUILD@
|
2006-11-25 09:33:55 -07:00
|
|
|
CFLAGS = @CFLAGS@
|
2010-09-04 04:33:11 -06:00
|
|
|
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
|
2009-05-03 06:59:09 -06:00
|
|
|
CHANGELOG_CMD = @CHANGELOG_CMD@
|
2006-11-25 09:33:55 -07:00
|
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2010-09-04 04:33:11 -06:00
|
|
|
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
|
2009-05-03 06:59:09 -06:00
|
|
|
CWARNFLAGS = @CWARNFLAGS@
|
2006-11-25 09:33:55 -07:00
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEPDIR = @DEPDIR@
|
2012-03-27 13:19:37 -06:00
|
|
|
DLLTOOL = @DLLTOOL@
|
2006-11-25 09:33:55 -07:00
|
|
|
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
|
|
|
|
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
|
2008-06-11 14:55:41 -06:00
|
|
|
DSYMUTIL = @DSYMUTIL@
|
2012-03-27 13:19:37 -06:00
|
|
|
DUMPBIN = @DUMPBIN@
|
2006-11-25 09:33:55 -07:00
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
|
|
|
EXEEXT = @EXEEXT@
|
2012-03-27 13:19:37 -06:00
|
|
|
FGREP = @FGREP@
|
2006-11-25 09:33:55 -07:00
|
|
|
FILE_MAN_DIR = @FILE_MAN_DIR@
|
|
|
|
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
|
2011-05-30 13:19:29 -06:00
|
|
|
FOP = @FOP@
|
2009-05-03 06:59:09 -06:00
|
|
|
GREP = @GREP@
|
2006-11-25 09:33:55 -07:00
|
|
|
I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
|
2013-04-28 10:55:55 -06:00
|
|
|
INSTALL = @INSTALL@
|
2010-05-18 13:37:28 -06:00
|
|
|
INSTALL_CMD = @INSTALL_CMD@
|
2006-11-25 09:33:55 -07:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
2010-10-05 13:50:57 -06:00
|
|
|
KEYSYMDEFS = @KEYSYMDEFS@
|
2008-06-11 14:55:41 -06:00
|
|
|
LAUNCHD = @LAUNCHD@
|
2012-03-27 13:19:37 -06:00
|
|
|
LD = @LD@
|
2006-11-25 09:33:55 -07:00
|
|
|
LDFLAGS = @LDFLAGS@
|
2010-09-04 04:33:11 -06:00
|
|
|
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
|
2006-11-25 09:33:55 -07:00
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LIB_MAN_DIR = @LIB_MAN_DIR@
|
|
|
|
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
|
|
|
|
LINT = @LINT@
|
2008-06-11 14:55:41 -06:00
|
|
|
LINTLIB = @LINTLIB@
|
2006-11-25 09:33:55 -07:00
|
|
|
LINT_FLAGS = @LINT_FLAGS@
|
2012-03-27 13:19:37 -06:00
|
|
|
LIPO = @LIPO@
|
2006-11-25 09:33:55 -07:00
|
|
|
LN_S = @LN_S@
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
|
2012-03-27 13:19:37 -06:00
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
2010-09-04 04:33:11 -06:00
|
|
|
MAN_SUBSTS = @MAN_SUBSTS@
|
2006-11-25 09:33:55 -07:00
|
|
|
MISC_MAN_DIR = @MISC_MAN_DIR@
|
|
|
|
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
|
2013-04-28 10:55:55 -06:00
|
|
|
MKDIR_P = @MKDIR_P@
|
2012-03-27 13:19:37 -06:00
|
|
|
NM = @NM@
|
2008-06-11 14:55:41 -06:00
|
|
|
NMEDIT = @NMEDIT@
|
2012-03-27 13:19:37 -06:00
|
|
|
OBJDUMP = @OBJDUMP@
|
2006-11-25 09:33:55 -07:00
|
|
|
OBJEXT = @OBJEXT@
|
2012-03-27 13:19:37 -06:00
|
|
|
OTOOL = @OTOOL@
|
|
|
|
OTOOL64 = @OTOOL64@
|
2006-11-25 09:33:55 -07:00
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
2013-04-28 10:55:55 -06:00
|
|
|
PACKAGE_URL = @PACKAGE_URL@
|
2006-11-25 09:33:55 -07:00
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
2010-05-18 13:37:28 -06:00
|
|
|
PERL = @PERL@
|
2006-11-25 09:33:55 -07:00
|
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
RAWCPP = @RAWCPP@
|
|
|
|
RAWCPPFLAGS = @RAWCPPFLAGS@
|
2012-03-27 13:19:37 -06:00
|
|
|
SED = LC_CTYPE=C sed
|
2006-11-25 09:33:55 -07:00
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
2011-08-27 09:34:14 -06:00
|
|
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
2006-11-25 09:33:55 -07:00
|
|
|
STRIP = @STRIP@
|
2011-05-30 13:19:29 -06:00
|
|
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
2006-11-25 09:33:55 -07:00
|
|
|
VERSION = @VERSION@
|
|
|
|
WCHAR32 = @WCHAR32@
|
|
|
|
X11_CFLAGS = @X11_CFLAGS@
|
|
|
|
X11_DATADIR = @X11_DATADIR@
|
2006-12-16 10:01:57 -07:00
|
|
|
X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
|
2006-11-25 09:33:55 -07:00
|
|
|
X11_LIBDIR = @X11_LIBDIR@
|
|
|
|
X11_LIBS = @X11_LIBS@
|
|
|
|
X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
|
|
|
|
X11_LOCALEDIR = @X11_LOCALEDIR@
|
|
|
|
X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
|
|
|
|
XERRORDB = @XERRORDB@
|
|
|
|
XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
|
|
|
|
XKEYSYMDB = @XKEYSYMDB@
|
|
|
|
XLOCALEDATADIR = @XLOCALEDATADIR@
|
|
|
|
XLOCALEDIR = @XLOCALEDIR@
|
|
|
|
XLOCALELIBDIR = @XLOCALELIBDIR@
|
|
|
|
XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
|
2011-05-30 13:19:29 -06:00
|
|
|
XMLTO = @XMLTO@
|
2010-09-04 04:33:11 -06:00
|
|
|
XORG_MAN_PAGE = @XORG_MAN_PAGE@
|
2011-05-30 13:19:29 -06:00
|
|
|
XORG_SGML_PATH = @XORG_SGML_PATH@
|
2011-05-30 14:52:47 -06:00
|
|
|
XSLTPROC = @XSLTPROC@
|
2011-05-30 13:19:29 -06:00
|
|
|
XSL_STYLESHEET = @XSL_STYLESHEET@
|
2006-11-25 09:33:55 -07:00
|
|
|
XTHREADLIB = @XTHREADLIB@
|
|
|
|
XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
|
|
|
|
XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
|
2013-04-28 10:55:55 -06:00
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
abs_top_srcdir = @abs_top_srcdir@
|
2012-03-27 13:19:37 -06:00
|
|
|
ac_ct_AR = @ac_ct_AR@
|
2006-11-25 09:33:55 -07:00
|
|
|
ac_ct_CC = @ac_ct_CC@
|
2012-03-27 13:19:37 -06:00
|
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
2006-11-25 09:33:55 -07:00
|
|
|
am__include = @am__include@
|
|
|
|
am__leading_dot = @am__leading_dot@
|
|
|
|
am__quote = @am__quote@
|
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
|
|
|
bindir = @bindir@
|
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
2013-04-28 10:55:55 -06:00
|
|
|
builddir = @builddir@
|
2006-11-25 09:33:55 -07:00
|
|
|
datadir = @datadir@
|
2009-05-03 06:59:09 -06:00
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
dvidir = @dvidir@
|
2006-11-25 09:33:55 -07:00
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
2009-05-03 06:59:09 -06:00
|
|
|
htmldir = @htmldir@
|
2006-11-25 09:33:55 -07:00
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
2009-05-03 06:59:09 -06:00
|
|
|
localedir = @localedir@
|
2012-03-27 13:19:37 -06:00
|
|
|
locales = @locales@
|
2006-11-25 09:33:55 -07:00
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
2009-05-03 06:59:09 -06:00
|
|
|
pdfdir = @pdfdir@
|
2006-11-25 09:33:55 -07:00
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
2009-05-03 06:59:09 -06:00
|
|
|
psdir = @psdir@
|
2006-11-25 09:33:55 -07:00
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
2013-04-28 10:55:55 -06:00
|
|
|
srcdir = @srcdir@
|
2006-11-25 09:33:55 -07:00
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target_alias = @target_alias@
|
2013-04-28 10:55:55 -06:00
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2006-11-25 09:33:55 -07:00
|
|
|
x11localedir = $(X11_LOCALEDATADIR)
|
2012-03-27 13:19:37 -06:00
|
|
|
CLEANFILES = locale.alias locale.alias.l1 locale.alias.l2 compose.dir \
|
|
|
|
compose.dir.l1 compose.dir.l2 locale.dir locale.dir.l1 \
|
|
|
|
locale.dir.l2 XLC_LOCALE $(nobase_x11locale_DATA)
|
2011-08-27 09:34:14 -06:00
|
|
|
SUFFIXES = .pre
|
2010-05-18 13:37:28 -06:00
|
|
|
EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \
|
2012-03-27 13:19:37 -06:00
|
|
|
compose-check.pl $(nobase_x11locale_DATA:%=%.pre)
|
2006-11-25 09:33:55 -07:00
|
|
|
x11locale_DATA = locale.alias locale.dir compose.dir
|
|
|
|
WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@
|
|
|
|
CPP_FILES_FLAGS = $(WCHAR32_FLAGS)
|
|
|
|
|
|
|
|
# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM
|
|
|
|
# to cpp, because that trick does not work on all ANSI C preprocessors.
|
|
|
|
# Delete line numbers from the cpp output (-P is not portable, I guess).
|
|
|
|
# Allow XCOMM to be preceded by whitespace and provide a means of generating
|
|
|
|
# output lines with trailing backslashes.
|
|
|
|
# Allow XHASH to always be substituted, even in cases where XCOMM isn't.
|
|
|
|
CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \
|
|
|
|
-e '/^\#line *[0-9][0-9]* *.*$$/d' \
|
|
|
|
-e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \
|
|
|
|
-e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
|
|
|
|
-e '/^[ ]*XHASH/s/XHASH/\#/' \
|
2009-05-03 06:59:09 -06:00
|
|
|
-e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \
|
2006-11-25 09:33:55 -07:00
|
|
|
-e '/\@\@$$/s/\@\@$$/\\/'
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
@HAVE_PERL_TRUE@LOG_COMPILER = $(PERL)
|
|
|
|
@HAVE_PERL_TRUE@TESTS = compose-check.pl
|
2011-05-30 13:19:29 -06:00
|
|
|
|
|
|
|
# Per-locale data files
|
|
|
|
nobase_dist_x11locale_DATA = $(locales:%=%/XI18N_OBJS)
|
|
|
|
nobase_x11locale_DATA = $(locales:%=%/XLC_LOCALE) $(locales:%=%/Compose)
|
|
|
|
all: all-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
.SUFFIXES:
|
2011-08-27 09:34:14 -06:00
|
|
|
.SUFFIXES: .pre
|
2013-04-28 10:55:55 -06:00
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
|
2006-11-25 09:33:55 -07:00
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
2013-04-28 10:55:55 -06:00
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
2006-11-25 09:33:55 -07:00
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
2013-04-28 10:55:55 -06:00
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nls/Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign nls/Makefile
|
2006-11-25 09:33:55 -07:00
|
|
|
.PRECIOUS: Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
2013-04-28 10:55:55 -06:00
|
|
|
$(top_srcdir)/cpprules.in:
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
2006-11-25 09:33:55 -07:00
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2013-04-28 10:55:55 -06:00
|
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
2006-11-25 09:33:55 -07:00
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2013-04-28 10:55:55 -06:00
|
|
|
$(am__aclocal_m4_deps):
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
2011-05-30 13:19:29 -06:00
|
|
|
install-nobase_dist_x11localeDATA: $(nobase_dist_x11locale_DATA)
|
|
|
|
@$(NORMAL_INSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(nobase_dist_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
if test -n "$$list"; then \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \
|
|
|
|
fi; \
|
|
|
|
$(am__nobase_list) | while read dir files; do \
|
|
|
|
xfiles=; for file in $$files; do \
|
|
|
|
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
|
|
|
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
|
|
|
test -z "$$xfiles" || { \
|
|
|
|
test "x$$dir" = x. || { \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)/$$dir'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(x11localedir)/$$dir"; }; \
|
|
|
|
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(x11localedir)/$$dir'"; \
|
|
|
|
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(x11localedir)/$$dir" || exit $$?; }; \
|
2011-05-30 13:19:29 -06:00
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-nobase_dist_x11localeDATA:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(nobase_dist_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
|
|
|
dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir)
|
2011-05-30 13:19:29 -06:00
|
|
|
install-nobase_x11localeDATA: $(nobase_x11locale_DATA)
|
|
|
|
@$(NORMAL_INSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(nobase_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
if test -n "$$list"; then \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \
|
|
|
|
fi; \
|
|
|
|
$(am__nobase_list) | while read dir files; do \
|
|
|
|
xfiles=; for file in $$files; do \
|
|
|
|
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
|
|
|
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
|
|
|
test -z "$$xfiles" || { \
|
|
|
|
test "x$$dir" = x. || { \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)/$$dir'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(x11localedir)/$$dir"; }; \
|
|
|
|
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(x11localedir)/$$dir'"; \
|
|
|
|
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(x11localedir)/$$dir" || exit $$?; }; \
|
2011-05-30 13:19:29 -06:00
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-nobase_x11localeDATA:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(nobase_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
|
|
|
dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir)
|
2006-11-25 09:33:55 -07:00
|
|
|
install-x11localeDATA: $(x11locale_DATA)
|
|
|
|
@$(NORMAL_INSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
if test -n "$$list"; then \
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \
|
|
|
|
fi; \
|
|
|
|
for p in $$list; do \
|
2006-11-25 09:33:55 -07:00
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
2013-04-28 10:55:55 -06:00
|
|
|
echo "$$d$$p"; \
|
|
|
|
done | $(am__base_list) | \
|
|
|
|
while read files; do \
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(x11localedir)'"; \
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(x11localedir)" || exit $$?; \
|
2006-11-25 09:33:55 -07:00
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-x11localeDATA:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
2013-04-28 10:55:55 -06:00
|
|
|
@list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
|
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
|
|
dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir)
|
2011-05-30 13:19:29 -06:00
|
|
|
tags: TAGS
|
|
|
|
TAGS:
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS:
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
cscope cscopelist:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
|
|
|
|
check-TESTS: $(TESTS)
|
|
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
|
|
srcdir=$(srcdir); export srcdir; \
|
2013-04-28 10:55:55 -06:00
|
|
|
list=' $(TESTS) '; \
|
|
|
|
$(am__tty_colors); \
|
2011-05-30 13:19:29 -06:00
|
|
|
if test -n "$$list"; then \
|
|
|
|
for tst in $$list; do \
|
|
|
|
if test -f ./$$tst; then dir=./; \
|
|
|
|
elif test -f $$tst; then dir=; \
|
|
|
|
else dir="$(srcdir)/"; fi; \
|
2013-04-28 10:55:55 -06:00
|
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
|
2011-05-30 13:19:29 -06:00
|
|
|
all=`expr $$all + 1`; \
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
2013-04-28 10:55:55 -06:00
|
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2011-05-30 13:19:29 -06:00
|
|
|
xpass=`expr $$xpass + 1`; \
|
|
|
|
failed=`expr $$failed + 1`; \
|
2013-04-28 10:55:55 -06:00
|
|
|
col=$$red; res=XPASS; \
|
2011-05-30 13:19:29 -06:00
|
|
|
;; \
|
|
|
|
*) \
|
2013-04-28 10:55:55 -06:00
|
|
|
col=$$grn; res=PASS; \
|
2011-05-30 13:19:29 -06:00
|
|
|
;; \
|
|
|
|
esac; \
|
|
|
|
elif test $$? -ne 77; then \
|
|
|
|
all=`expr $$all + 1`; \
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
2013-04-28 10:55:55 -06:00
|
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2011-05-30 13:19:29 -06:00
|
|
|
xfail=`expr $$xfail + 1`; \
|
2013-04-28 10:55:55 -06:00
|
|
|
col=$$lgn; res=XFAIL; \
|
2011-05-30 13:19:29 -06:00
|
|
|
;; \
|
|
|
|
*) \
|
|
|
|
failed=`expr $$failed + 1`; \
|
2013-04-28 10:55:55 -06:00
|
|
|
col=$$red; res=FAIL; \
|
2011-05-30 13:19:29 -06:00
|
|
|
;; \
|
|
|
|
esac; \
|
|
|
|
else \
|
|
|
|
skip=`expr $$skip + 1`; \
|
2013-04-28 10:55:55 -06:00
|
|
|
col=$$blu; res=SKIP; \
|
2011-05-30 13:19:29 -06:00
|
|
|
fi; \
|
2013-04-28 10:55:55 -06:00
|
|
|
echo "$${col}$$res$${std}: $$tst"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
done; \
|
2013-04-28 10:55:55 -06:00
|
|
|
if test "$$all" -eq 1; then \
|
|
|
|
tests="test"; \
|
|
|
|
All=""; \
|
|
|
|
else \
|
|
|
|
tests="tests"; \
|
|
|
|
All="All "; \
|
|
|
|
fi; \
|
2011-05-30 13:19:29 -06:00
|
|
|
if test "$$failed" -eq 0; then \
|
|
|
|
if test "$$xfail" -eq 0; then \
|
2013-04-28 10:55:55 -06:00
|
|
|
banner="$$All$$all $$tests passed"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
else \
|
2013-04-28 10:55:55 -06:00
|
|
|
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
|
|
|
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
fi; \
|
2006-11-25 09:33:55 -07:00
|
|
|
else \
|
2011-05-30 13:19:29 -06:00
|
|
|
if test "$$xpass" -eq 0; then \
|
2013-04-28 10:55:55 -06:00
|
|
|
banner="$$failed of $$all $$tests failed"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
else \
|
2013-04-28 10:55:55 -06:00
|
|
|
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
|
|
|
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
fi; \
|
2006-11-25 09:33:55 -07:00
|
|
|
fi; \
|
2011-05-30 13:19:29 -06:00
|
|
|
dashes="$$banner"; \
|
|
|
|
skipped=""; \
|
|
|
|
if test "$$skip" -ne 0; then \
|
2013-04-28 10:55:55 -06:00
|
|
|
if test "$$skip" -eq 1; then \
|
|
|
|
skipped="($$skip test was not run)"; \
|
|
|
|
else \
|
|
|
|
skipped="($$skip tests were not run)"; \
|
|
|
|
fi; \
|
2011-05-30 13:19:29 -06:00
|
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
|
dashes="$$skipped"; \
|
2006-11-25 09:33:55 -07:00
|
|
|
fi; \
|
2011-05-30 13:19:29 -06:00
|
|
|
report=""; \
|
|
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
|
dashes="$$report"; \
|
2006-11-25 09:33:55 -07:00
|
|
|
fi; \
|
2011-05-30 13:19:29 -06:00
|
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
2013-04-28 10:55:55 -06:00
|
|
|
if test "$$failed" -eq 0; then \
|
|
|
|
col="$$grn"; \
|
|
|
|
else \
|
|
|
|
col="$$red"; \
|
|
|
|
fi; \
|
|
|
|
echo "$${col}$$dashes$${std}"; \
|
|
|
|
echo "$${col}$$banner$${std}"; \
|
|
|
|
test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
|
|
|
|
test -z "$$report" || echo "$${col}$$report$${std}"; \
|
|
|
|
echo "$${col}$$dashes$${std}"; \
|
2011-05-30 13:19:29 -06:00
|
|
|
test "$$failed" -eq 0; \
|
|
|
|
else :; fi
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
2013-04-28 10:55:55 -06:00
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
|
case $$dist_files in \
|
|
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
|
sort -u` ;; \
|
|
|
|
esac; \
|
|
|
|
for file in $$dist_files; do \
|
2006-11-25 09:33:55 -07:00
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
2013-04-28 10:55:55 -06:00
|
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test -d "$(distdir)/$$file"; then \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
fi; \
|
2006-11-25 09:33:55 -07:00
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
2013-04-28 10:55:55 -06:00
|
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
2006-11-25 09:33:55 -07:00
|
|
|
fi; \
|
2013-04-28 10:55:55 -06:00
|
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
2006-11-25 09:33:55 -07:00
|
|
|
else \
|
2013-04-28 10:55:55 -06:00
|
|
|
test -f "$(distdir)/$$file" \
|
|
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
2006-11-25 09:33:55 -07:00
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
check-am: all-am
|
2011-05-30 13:19:29 -06:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
|
|
check: check-am
|
2006-11-25 09:33:55 -07:00
|
|
|
all-am: Makefile $(DATA)
|
2011-05-30 13:19:29 -06:00
|
|
|
installdirs:
|
2012-03-27 13:19:37 -06:00
|
|
|
for dir in "$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)"; do \
|
2013-04-28 10:55:55 -06:00
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
2006-11-25 09:33:55 -07:00
|
|
|
done
|
2011-05-30 13:19:29 -06:00
|
|
|
install: install-am
|
|
|
|
install-exec: install-exec-am
|
|
|
|
install-data: install-data-am
|
|
|
|
uninstall: uninstall-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
installcheck: installcheck-am
|
2006-11-25 09:33:55 -07:00
|
|
|
install-strip:
|
2013-04-28 10:55:55 -06:00
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
install; \
|
|
|
|
else \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
|
fi
|
2006-11-25 09:33:55 -07:00
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2013-04-28 10:55:55 -06:00
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
2011-05-30 13:19:29 -06:00
|
|
|
clean: clean-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2012-03-27 13:19:37 -06:00
|
|
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
distclean: distclean-am
|
2006-11-25 09:33:55 -07:00
|
|
|
-rm -f Makefile
|
2013-04-28 10:55:55 -06:00
|
|
|
distclean-am: clean-am distclean-generic
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
dvi: dvi-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
html: html-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
html-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
info: info-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
install-data-am: install-nobase_dist_x11localeDATA \
|
2012-03-27 13:19:37 -06:00
|
|
|
install-nobase_x11localeDATA install-x11localeDATA
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
install-exec-am:
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
install-html: install-html-am
|
|
|
|
|
|
|
|
install-html-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
install-info: install-info-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
install-info-am:
|
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
install-man:
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
installcheck-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
maintainer-clean: maintainer-clean-am
|
2006-11-25 09:33:55 -07:00
|
|
|
-rm -f Makefile
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
mostlyclean: mostlyclean-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
pdf: pdf-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
ps: ps-am
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
uninstall-am: uninstall-nobase_dist_x11localeDATA \
|
2012-03-27 13:19:37 -06:00
|
|
|
uninstall-nobase_x11localeDATA uninstall-x11localeDATA
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2013-04-28 10:55:55 -06:00
|
|
|
.MAKE: check-am install-am install-strip
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
|
2012-03-27 13:19:37 -06:00
|
|
|
clean-libtool distclean distclean-generic distclean-libtool \
|
|
|
|
distdir dvi dvi-am html html-am info info-am install \
|
2013-04-28 10:55:55 -06:00
|
|
|
install-am install-data install-data-am install-dvi \
|
|
|
|
install-dvi-am install-exec install-exec-am install-html \
|
|
|
|
install-html-am install-info install-info-am install-man \
|
2011-05-30 13:19:29 -06:00
|
|
|
install-nobase_dist_x11localeDATA install-nobase_x11localeDATA \
|
2013-04-28 10:55:55 -06:00
|
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
2012-03-27 13:19:37 -06:00
|
|
|
install-strip install-x11localeDATA installcheck \
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
2011-05-30 13:19:29 -06:00
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
|
|
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
2013-04-28 10:55:55 -06:00
|
|
|
uninstall-nobase_dist_x11localeDATA \
|
2012-03-27 13:19:37 -06:00
|
|
|
uninstall-nobase_x11localeDATA uninstall-x11localeDATA
|
2011-05-30 13:19:29 -06:00
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
|
|
|
|
.pre:
|
2011-05-30 13:19:29 -06:00
|
|
|
@$(mkdir_p) $(@D)
|
2010-05-18 13:37:28 -06:00
|
|
|
$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
|
2006-11-25 09:33:55 -07:00
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
# Global data files
|
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
locale.alias: locale.alias.pre
|
2010-05-18 13:37:28 -06:00
|
|
|
$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.alias.pre | $(CPP_SED_MAGIC) > locale.alias.l1
|
2012-03-27 13:19:37 -06:00
|
|
|
$(SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \
|
2006-11-25 09:33:55 -07:00
|
|
|
< locale.alias.l1 > locale.alias.l2
|
|
|
|
cat locale.alias.l2 locale.alias.l1 > locale.alias
|
|
|
|
|
|
|
|
compose.dir: compose.dir.pre
|
2010-05-18 13:37:28 -06:00
|
|
|
$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/compose.dir.pre | $(CPP_SED_MAGIC) > compose.dir.l1
|
2012-03-27 13:19:37 -06:00
|
|
|
$(SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \
|
2006-11-25 09:33:55 -07:00
|
|
|
< compose.dir.l1 > compose.dir.l2
|
|
|
|
cat compose.dir.l2 compose.dir.l1 > compose.dir
|
|
|
|
|
|
|
|
locale.dir: locale.dir.pre
|
2010-05-18 13:37:28 -06:00
|
|
|
$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.dir.pre | $(CPP_SED_MAGIC) > locale.dir.l1
|
2012-03-27 13:19:37 -06:00
|
|
|
$(SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \
|
2006-11-25 09:33:55 -07:00
|
|
|
< locale.dir.l1 > locale.dir.l2
|
|
|
|
cat locale.dir.l2 locale.dir.l1 > locale.dir
|
2013-04-28 10:55:55 -06:00
|
|
|
|
2006-11-25 09:33:55 -07:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|